remove unused import

This commit is contained in:
Mark Struberg 2021-04-18 23:19:17 +02:00
parent eb2dbec127
commit 919154ce69
2 changed files with 0 additions and 3 deletions

View File

@ -18,8 +18,6 @@
*/
package org.apache.openjpa.jdbc.kernel.exps;
import org.apache.openjpa.kernel.Filters;
/**
* Sum.
*

View File

@ -21,7 +21,6 @@ import javax.persistence.TypedQuery;
import org.apache.openjpa.persistence.common.utils.AbstractTestCase;
import org.apache.openjpa.persistence.kernel.common.apps.CalendarFields;
import org.apache.openjpa.persistence.kernel.common.apps.RuntimeTest1;
/**
* OPENJPA-2789 connection didn't get closed properly