Review process: Merge synch packages into support in retry / repeat.

This commit is contained in:
dsyer
2008-03-14 11:06:32 +00:00
parent ed1680bf14
commit 07877a9538
32 changed files with 32 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ import junit.framework.TestCase;
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.synch.RepeatSynchronizationManager;
import org.springframework.batch.repeat.support.RepeatSynchronizationManager;
public class ExceptionThrowingItemReaderProxyTests extends TestCase {