Skip to content

Commit 447f972

Browse files
authored
docs: update documentation for setLimit method (#1148)
1 parent fd1d1da commit 447f972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parse/src/main/java/com/parse/ParseQuery.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1256,8 +1256,7 @@ public int getLimit() {
12561256
/**
12571257
* Controls the maximum number of results that are returned.
12581258
*
1259-
* <p>Setting a negative limit denotes retrieval without a limit. The default limit is {@code
1260-
* 100}, with a maximum of {@code 1000} results being returned at a time.
1259+
* <p>The default limit is {@code 100}, there is no maximum limit.
12611260
*
12621261
* @param newLimit The new limit.
12631262
* @return this, so you can chain this call.

0 commit comments

Comments
 (0)