File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1228,11 +1228,11 @@ private void validateHasExplicitOrderByForLimitToLast() {
1228
1228
*
1229
1229
* <p>The returned query, when executed, counts the documents in the result set of this query
1230
1230
* <em>without actually downloading the documents</em>. The count is performed on the server and
1231
- * only the resulting count is downloaded from the server.</p>
1231
+ * only the resulting count is downloaded.
1232
1232
*
1233
1233
* <p>Using the returned query to count the documents is efficient because only the final count,
1234
1234
* not the documents' data, is downloaded. The returned query can even count the documents if the
1235
- * result set would be prohibitively large to download entirely (e.g. thousands of documents).</p>
1235
+ * result set would be prohibitively large to download entirely (e.g. thousands of documents).
1236
1236
*
1237
1237
* @return a query that counts the documents in the result set of this query.
1238
1238
*/
You can’t perform that action at this time.
0 commit comments