We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1d1da commit 447f972Copy full SHA for 447f972
parse/src/main/java/com/parse/ParseQuery.java
@@ -1256,8 +1256,7 @@ public int getLimit() {
1256
/**
1257
* Controls the maximum number of results that are returned.
1258
*
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.
+ * <p>The default limit is {@code 100}, there is no maximum limit.
1261
1262
* @param newLimit The new limit.
1263
* @return this, so you can chain this call.
0 commit comments