Skip to content

Commit

Permalink
docs: update documentation for setLimit method (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko authored Dec 21, 2021
1 parent fd1d1da commit 447f972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parse/src/main/java/com/parse/ParseQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,7 @@ public int getLimit() {
/**
* Controls the maximum number of results that are returned.
*
* <p>Setting a negative limit denotes retrieval without a limit. The default limit is {@code
* 100}, with a maximum of {@code 1000} results being returned at a time.
* <p>The default limit is {@code 100}, there is no maximum limit.
*
* @param newLimit The new limit.
* @return this, so you can chain this call.
Expand Down

0 comments on commit 447f972

Please sign in to comment.