Skip to content

Commit 3fc8914

Browse files
author
Michael Lehenbauer
committed
Remove accidentally duplicated comment.
1 parent 407d9b8 commit 3fc8914

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/MemoryIndexManager.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
import java.util.HashSet;
2323
import java.util.List;
2424

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-
*/
25+
/** An in-memory implementation of IndexManager. */
3126
class MemoryIndexManager implements IndexManager {
3227
private final MemoryCollectionParentIndex collectionParentsIndex =
3328
new MemoryCollectionParentIndex();

0 commit comments

Comments
 (0)