Skip to content

Commit 51442fe

Browse files
llingllinggit
authored andcommitted
Commenting out javaDoc as well.
1 parent f00c541 commit 51442fe

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public interface QueryBatcher extends Batcher {
292292
*/
293293
public QueryBatcher withBatchSize(int docBatchSize, int docToUriBatchRatio);
294294

295-
/**
295+
/*
296296
* Sets the number of documents processed in a batch, the ratio of the document processing batch to the document uri
297297
* collection batch and threadThrottleFactor. For example, if docBatchSize is 100 and docToUriBatchRatio is 5, the
298298
* document processing batch size is 100 and the document URI collection batch is 500. Ordinarily, QueryBatcher starts
@@ -318,7 +318,7 @@ public interface QueryBatcher extends Batcher {
318318
*/
319319
public int getDocToUriBatchRatio();
320320

321-
/**
321+
/*
322322
* Returns threadThrottleFactor set to the QueryBatcher
323323
* @return threadThrottleFactor
324324
*/

0 commit comments

Comments
 (0)