IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry

Tidy up some TODOs
This commit is contained in:
dsyer
2008-05-11 16:45:07 +00:00
parent 2a5895a944
commit 2ac85e454b
13 changed files with 65 additions and 79 deletions

View File

@@ -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;
}

View File

@@ -360,7 +360,6 @@ public class ItemOrientedStepTests extends TestCase {
}
public void update(ExecutionContext executionContext) {
// TODO Auto-generated method stub
executionContext.putString("foo", "bar");
}
};

View File

@@ -55,7 +55,6 @@ public class MockItemReader implements ItemReader {
}
public Object getKey(Object item) {
// TODO Auto-generated method stub
return null;
}