We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407d9b8 commit 3fc8914Copy full SHA for 3fc8914
firebase-firestore/src/main/java/com/google/firebase/firestore/local/MemoryIndexManager.java
@@ -22,12 +22,7 @@
22
import java.util.HashSet;
23
import java.util.List;
24
25
-/**
26
- * An in-memory implementation of IndexManager.
27
- *
28
- * <p>It's also used as an implementation detail in SQLiteIndexManager and SQLiteSchema as a
29
- * convenient way to track entries we've already written.
30
- */
+/** An in-memory implementation of IndexManager. */
31
class MemoryIndexManager implements IndexManager {
32
private final MemoryCollectionParentIndex collectionParentsIndex =
33
new MemoryCollectionParentIndex();
0 commit comments