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;