Skip to content

Commit 33243b3

Browse files
committed
Changing javadoc for setMaxBatches.
1 parent 17c037a commit 33243b3

File tree

1 file changed

+1
-1
lines changed
  • marklogic-client-api/src/main/java/com/marklogic/client/datamovement

1 file changed

+1
-1
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public interface QueryBatcher extends Batcher {
367367
void retryWithFailureListeners(QueryEvent queryEvent);
368368

369369
/**
370-
* Sets the limit for the maximum number of uris that can be collected.
370+
* Sets the limit for the maximum number of batches that can be collected.
371371
*
372372
* @param maxBatches is the value of the limit.
373373
*/

0 commit comments

Comments
 (0)