Various tidying up to remove tasklet from simple steps and fix samples config.

This commit is contained in:
dsyer
2008-02-10 11:45:58 +00:00
parent 0bc8aa4493
commit 7775b270d5
10 changed files with 95 additions and 82 deletions

View File

@@ -4,9 +4,7 @@ import java.util.ArrayList;
import junit.framework.TestCase;
import org.easymock.MockControl;
import org.springframework.batch.io.exception.BatchCriticalException;
import org.springframework.batch.item.ItemWriter;
import org.springframework.batch.item.reader.ListItemReader;
import org.springframework.batch.repeat.context.RepeatContextSupport;
import org.springframework.batch.repeat.synch.RepeatSynchronizationManager;