Skip to content

Commit c26b4e5

Browse files
committed
add todo comment
1 parent a241d07 commit c26b4e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteSerializer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ public Target encodeTarget(TargetData targetData) {
499499
builder.setResumeToken(targetData.getResumeToken());
500500
}
501501

502+
// TODO(Mila) Incorporate this into the if statement above.
502503
if (targetData.getExpectedCount() != null
503504
&& (!targetData.getResumeToken().isEmpty()
504505
|| targetData.getSnapshotVersion().compareTo(SnapshotVersion.NONE) > 0)) {

0 commit comments

Comments
 (0)