IN PROGRESS - issue BATCH-476: samples cleanup

http://jira.springframework.org/browse/BATCH-476
This commit is contained in:
robokaso
2008-03-18 13:05:09 +00:00
parent 331724bf39
commit 4a217a0611
5 changed files with 4 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ import org.springframework.batch.core.UnexpectedJobExecutionException;
import org.springframework.batch.item.support.ListItemReader;
import org.springframework.batch.repeat.context.RepeatContextSupport;
import org.springframework.batch.repeat.support.RepeatSynchronizationManager;
import org.springframework.batch.sample.item.reader.ExceptionThrowingItemReaderProxy;
public class ExceptionThrowingItemReaderProxyTests extends TestCase {