Skip to content

Commit cd83e9e

Browse files
Comment
1 parent 89a2fa3 commit cd83e9e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,11 @@ private ImmutableSortedMap<DocumentKey, Document> getDocumentsMatchingCollection
258258
* mutations in order of batch id from the offset are returned. Since all documents in a batch are
259259
* returned together, the total number of documents returned can exceed {@code count}.
260260
*
261-
* <p>If no documents are found, returns an empty map and an offset with the latest read time in
262-
* the remote document cache.
263-
*
264261
* @param collectionGroup The collection group for the documents.
265262
* @param offset The offset to index into.
266263
* @param count The number of documents to return
267-
* @return A pair containing the next offset that corresponds to the next documents and a map of
268-
* documents that follow the provided offset.
264+
* @return A LocalDocumentsRResult with the documents that follow the provided offset and the last
265+
* processed batch id.
269266
*/
270267
LocalDocumentsResult getNextDocuments(String collectionGroup, IndexOffset offset, int count) {
271268
Map<DocumentKey, MutableDocument> docs =

0 commit comments

Comments
 (0)