File tree 1 file changed +1
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/remote 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ private void raiseWatchSnapshot(SnapshotVersion snapshotVersion) {
548
548
// Re-establish listens for the targets that have been invalidated by existence filter
549
549
// mismatches.
550
550
for (Map .Entry <Integer , QueryPurpose > entry : remoteEvent .getTargetMismatches ().entrySet ()) {
551
-
552
551
int targetId = entry .getKey ();
553
552
554
553
TargetData targetData = this .listenTargets .get (targetId );
@@ -572,7 +571,7 @@ private void raiseWatchSnapshot(SnapshotVersion snapshotVersion) {
572
571
targetData .getTarget (),
573
572
targetId ,
574
573
targetData .getSequenceNumber (),
575
- /*QueryPurpose =*/ entry .getValue ());
574
+ /*purpose =*/ entry .getValue ());
576
575
this .sendWatchRequest (requestTargetData );
577
576
}
578
577
}
You can’t perform that action at this time.
0 commit comments