BATCH-610:StaxEventItemReader didn't close correctly either, and the test for single column driving query wasn't passing through close calls.

This commit is contained in:
lucasward
2008-05-02 15:54:29 +00:00
parent 0cf7d45026
commit ac16b1fa65
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ class FooItemReader implements ItemStream, ItemReader, DisposableBean, Initializ
};
public void close(ExecutionContext executionContext) {
inputSource.close(executionContext);
}
/*