BATCH-963: new ItemStream interface close() with no args

This commit is contained in:
dsyer
2008-12-10 13:33:28 +00:00
parent 90c12a7fc3
commit ce14c590da

View File

@@ -91,7 +91,7 @@ public class ChunkMessageChannelItemWriter<T> extends StepExecutionListenerSuppo
return ExitStatus.FINISHED.addExitDescription("Waited for " + expecting + " results.");
}
public void close(ExecutionContext executionContext) throws ItemStreamException {
public void close() throws ItemStreamException {
localState.reset();
}