File tree 2 files changed +1
-2
lines changed
main/java/uk/gov/gchq/gaffer/store
test/java/uk/gov/gchq/gaffer/store
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,6 +1009,7 @@ private void addCoreOpHandlers() {
1009
1009
addOperationHandler (GetJobDetails .class , new GetJobDetailsHandler ());
1010
1010
addOperationHandler (GetAllJobDetails .class , new GetAllJobDetailsHandler ());
1011
1011
addOperationHandler (GetJobResults .class , new GetJobResultsHandler ());
1012
+ addOperationHandler (CancelScheduledJob .class , new CancelScheduledJobHandler ());
1012
1013
}
1013
1014
1014
1015
// Output
@@ -1065,7 +1066,6 @@ private void addCoreOpHandlers() {
1065
1066
addOperationHandler (ToSingletonList .class , new ToSingletonListHandler ());
1066
1067
addOperationHandler (Reduce .class , new ReduceHandler ());
1067
1068
addOperationHandler (Join .class , new JoinHandler ());
1068
- addOperationHandler (CancelScheduledJob .class , new CancelScheduledJobHandler ());
1069
1069
1070
1070
// Context variables
1071
1071
addOperationHandler (SetVariable .class , new SetVariableHandler ());
Original file line number Diff line number Diff line change @@ -651,7 +651,6 @@ public void shouldReturnAllSupportedOperationsWhenJobTrackerIsDisabled(@Mock fin
651
651
ToSingletonList .class ,
652
652
ForEach .class ,
653
653
Reduce .class ,
654
- CancelScheduledJob .class ,
655
654
656
655
// Function
657
656
Filter .class ,
You can’t perform that action at this time.
0 commit comments