Skip to content

Commit f7384e9

Browse files
author
ehennum
committed
remove internal CallBatcher from public DataMovementManager #1109
1 parent c8a82b9 commit f7384e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package com.marklogic.client.datamovement;
1717

1818
import com.marklogic.client.DatabaseClient;
19-
import com.marklogic.client.dataservices.impl.CallBatcher;
2019
import com.marklogic.client.query.RawCtsQueryDefinition;
2120
import com.marklogic.client.query.StringQueryDefinition;
2221
import com.marklogic.client.query.StructuredQueryDefinition;
@@ -72,8 +71,6 @@ public interface DataMovementManager {
7271
*/
7372
public JobTicket startJob(QueryBatcher batcher);
7473

75-
public JobTicket startJob(CallBatcher batcher);
76-
7774
/**
7875
* Get a snapshot report of the state of the job when the call is made.
7976
* Depends on some pre-installed listeners attached to the job to collect the

0 commit comments

Comments
 (0)