Skip to content

Commit 309c0f4

Browse files
Nit
1 parent 2a83a6f commit 309c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface DocumentOverlayCache {
5050
* Returns all saved overlays for the given collection.
5151
*
5252
* @param collection The collection path to get the overlays for.
53-
* @param sinceBatchId The minimum batch ID to return (exclusive). Only overlays that contain a
53+
* @param sinceBatchId The minimum batch ID to filter by (exclusive). Only overlays that contain a
5454
* change past `sinceBatchId` are returned.
5555
*/
5656
Map<DocumentKey, Mutation> getOverlays(ResourcePath collection, int sinceBatchId);

0 commit comments

Comments
 (0)