Skip to content

Commit 6d1c927

Browse files
committed
Reformat
1 parent 35936d0 commit 6d1c927

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/model/Document.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import java.util.Comparator;
2020

2121
/**
22-
* Represents a document in Firestore with a key, data and whether the data has local
23-
* mutations applied to it.
22+
* Represents a document in Firestore with a key, data and whether the data has local mutations
23+
* applied to it.
2424
*/
2525
public interface Document {
2626
/** A document comparator that returns document by key and key only. */

firebase-firestore/src/main/java/com/google/firebase/firestore/model/InternalDocument.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
package com.google.firebase.firestore.model;
1616

17-
/**
18-
* Interface exposing underlying document information that is not visible in {@code Document}.
19-
*/
17+
/** Interface exposing underlying document information that is not visible in {@code Document}. */
2018
public interface InternalDocument extends Document {
2119
/**
2220
* Returns the version of this document if it exists or a version at which this document was

0 commit comments

Comments
 (0)