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 3942034 commit da7c2a4Copy full SHA for da7c2a4
firebase-firestore/src/main/java/com/google/firebase/firestore/local/LocalStore.java
@@ -115,7 +115,7 @@ public final class LocalStore implements BundleCallback {
115
private IndexManager indexManager;
116
117
/** Manages field index backfill. */
118
- private @Nullable IndexBackfiller indexBackfiller;
+ private final @Nullable IndexBackfiller indexBackfiller;
119
120
/** The set of all mutations that have been sent but not yet been applied to the backend. */
121
private MutationQueue mutationQueue;
0 commit comments