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:
parent
4a727f391f
commit
55694f5ca1
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue