File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
marklogic-client-api/src/main/java/com/marklogic/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ public void release() {
8282 }
8383 }
8484
85- @ Override
8685 public JobTicket startJob (CallBatcher batcher ) {
8786 if ( batcher == null ) throw new IllegalArgumentException ("batcher must not be null" );
8887 return service .startJob (batcher , activeJobs );
Original file line number Diff line number Diff line change 2020import com .marklogic .client .datamovement .*;
2121import com .marklogic .client .datamovement .impl .BatchEventImpl ;
2222import com .marklogic .client .datamovement .impl .BatcherImpl ;
23+ import com .marklogic .client .datamovement .impl .DataMovementManagerImpl ;
2324import com .marklogic .client .dataservices .impl .CallManager .CallArgs ;
2425import com .marklogic .client .dataservices .impl .CallManagerImpl .CallArgsImpl ;
2526
@@ -423,7 +424,7 @@ private void flush(boolean waitForCompletion) {
423424 }
424425
425426 @ Override
426- public DataMovementManager getDataMovementManager () {
427+ public DataMovementManagerImpl getDataMovementManager () {
427428 return super .getMoveMgr ();
428429 }
429430
You can’t perform that action at this time.
0 commit comments