IN PROGRESS - BATCH-693: Refactor samples along domain contours

This commit is contained in:
robokaso
2008-07-25 12:06:36 +00:00
parent 27901294b3
commit 797b9d21f2
10 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import javax.sql.DataSource;
import org.junit.Before;
import org.junit.runner.RunWith;
import org.springframework.batch.sample.common.ItemTrackingItemWriter;
import org.springframework.batch.sample.support.ItemTrackingItemWriter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.test.context.ContextConfiguration;

View File

@@ -11,7 +11,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.common.ExceptionThrowingItemReaderProxy;
import org.springframework.batch.sample.support.ExceptionThrowingItemReaderProxy;
public class ExceptionThrowingItemReaderProxyTests {