IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Tidy up some TODOs
This commit is contained in:
@@ -61,12 +61,10 @@ public class JobRepositorySupport implements JobRepository {
|
||||
}
|
||||
|
||||
public StepExecution getLastStepExecution(JobInstance jobInstance, Step step) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public int getStepExecutionCount(JobInstance jobInstance, Step step) {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -360,7 +360,6 @@ public class ItemOrientedStepTests extends TestCase {
|
||||
}
|
||||
|
||||
public void update(ExecutionContext executionContext) {
|
||||
// TODO Auto-generated method stub
|
||||
executionContext.putString("foo", "bar");
|
||||
}
|
||||
};
|
||||
|
||||
@@ -55,7 +55,6 @@ public class MockItemReader implements ItemReader {
|
||||
}
|
||||
|
||||
public Object getKey(Object item) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user