OPEN - issue BATCH-350: Remove close() method from non ItemStreams

http://jira.springframework.org/browse/BATCH-350

Remove redundant close() method
This commit is contained in:
dsyer
2008-02-11 09:46:01 +00:00
parent f7cface009
commit 7b26bc4f2e

View File

@@ -58,7 +58,4 @@ public class EmptyItemWriter implements ItemWriter, InitializingBean {
return list;
}
public void close() throws Exception {
}
}