diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java index 07a668043..3529dbeeb 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java @@ -25,7 +25,6 @@ import javax.persistence.Persistence; import junit.framework.TestCase; import junit.textui.TestRunner; -import org.apache.openjpa.persistence.OpenJPAEntityManager; /** * Negative test case to verify that EntityManager throws required exceptions