RESOLVED - issue BATCH-427: Another example of dual extends and implements
http://jira.springframework.org/browse/BATCH-427
This commit is contained in:
@@ -23,7 +23,6 @@ import org.springframework.batch.item.ItemWriter;
|
||||
import org.springframework.batch.item.exception.ClearFailedException;
|
||||
import org.springframework.batch.item.exception.FlushFailedException;
|
||||
import org.springframework.batch.repeat.RepeatContext;
|
||||
import org.springframework.batch.repeat.RepeatListener;
|
||||
import org.springframework.batch.repeat.synch.RepeatSynchronizationManager;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.orm.hibernate3.HibernateOperations;
|
||||
|
||||
@@ -10,7 +10,7 @@ import org.springframework.batch.item.ItemWriter;
|
||||
*
|
||||
* @author Robert Kasanicky
|
||||
*/
|
||||
public class CompositeItemWriter extends AbstractItemWriter implements ItemWriter {
|
||||
public class CompositeItemWriter extends AbstractItemWriter {
|
||||
|
||||
private List delegates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user