removed unused imports

This commit is contained in:
Keith Donald 2009-05-16 22:13:21 +00:00
parent f3ae7bd961
commit c6c0dd555b
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.H2;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.jdbc.core.JdbcTemplate;