removed unused imports

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1202 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-05-16 22:13:21 +00:00
parent 4a727f391f
commit 55694f5ca1
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import static org.junit.Assert.fail;
import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.DERBY; import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.DERBY;
import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.H2; import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.H2;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdbc.core.JdbcTemplate;