Skip to content

Commit da7c2a4

Browse files
Final
1 parent 3942034 commit da7c2a4

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/local

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public final class LocalStore implements BundleCallback {
115115
private IndexManager indexManager;
116116

117117
/** Manages field index backfill. */
118-
private @Nullable IndexBackfiller indexBackfiller;
118+
private final @Nullable IndexBackfiller indexBackfiller;
119119

120120
/** The set of all mutations that have been sent but not yet been applied to the backend. */
121121
private MutationQueue mutationQueue;

0 commit comments

Comments
 (0)