Delete unused package import

master
Sam Brannen 11 years ago
parent f3504b2fd5
commit 127bc07cda
  1. 1
      spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java

@ -22,7 +22,6 @@ import static org.springframework.test.transaction.TransactionTestUtils.assertIn
import org.hibernate.SessionFactory;
import org.hibernate.exception.ConstraintViolationException;
import org.hibernate.exception.GenericJDBCException;
import org.junit.Before;
import org.junit.Test;

Loading…
Cancel
Save