This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 629ebae useless import
629ebae is described below
commit 629ebaefce481863ec0a154b06ef8b5ccf41a620
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Thu Oct 1 10:52:41 2020 +0200
useless import
---
.../src/main/java/org/apache/openjpa/jdbc/sql/HerdDBDictionary.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HerdDBDictionary.java
b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HerdDBDictionary.java
index a9377dc..8fc3472 100644
---
a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HerdDBDictionary.java
+++
b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HerdDBDictionary.java
@@ -18,8 +18,6 @@
*/
package org.apache.openjpa.jdbc.sql;
-import java.sql.Types;
-
/**
* Dictionary for HerdDB.
*/