File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/model Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
import java .util .Comparator ;
20
20
21
21
/**
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.
24
24
*/
25
25
public interface Document {
26
26
/** A document comparator that returns document by key and key only. */
Original file line number Diff line number Diff line change 14
14
15
15
package com .google .firebase .firestore .model ;
16
16
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}. */
20
18
public interface InternalDocument extends Document {
21
19
/**
22
20
* Returns the version of this document if it exists or a version at which this document was
You can’t perform that action at this time.
0 commit comments