Tidy imports

This commit is contained in:
dsyer
2007-09-16 15:57:27 +00:00
parent d224821e52
commit 46ba30eeb9
2 changed files with 1 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ import org.springframework.batch.restart.RestartData;
import org.springframework.batch.support.PropertiesConverter;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.jdbc.core.JdbcOperations;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer;
import org.springframework.util.Assert;

View File

@@ -1,7 +1,6 @@
package org.springframework.batch.execution.repository.dao;
import java.util.ArrayList;
import java.util.List;
import junit.framework.TestCase;
import org.easymock.MockControl;
import org.springframework.batch.core.domain.BatchStatus;
@@ -10,8 +9,6 @@ import org.springframework.batch.core.domain.StepExecution;
import org.springframework.batch.core.domain.StepInstance;
import org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer;
import junit.framework.TestCase;
/**
* Unit Test of SqlStepDao that only tests prefix matching. A
* separate test is needed because all other tests hit hsql,