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:
@@ -58,7 +58,4 @@ public class EmptyItemWriter implements ItemWriter, InitializingBean {
|
||||
return list;
|
||||
}
|
||||
|
||||
public void close() throws Exception {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user