This is an automated email from the ASF dual-hosted git repository.
struberg 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 a3bf818 remove unused import
a3bf818 is described below
commit a3bf818402bd5fd5227919f23f24509a4e09f97f
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Apr 1 19:28:16 2021 +0200
remove unused import
---
.../src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java
b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java
index a1d6ce9..51e0537 100644
---
a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java
+++
b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java
@@ -39,7 +39,6 @@ import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.OffsetDateTime;
import java.time.OffsetTime;
-import java.time.ZoneOffset;
import java.util.Arrays;
import java.util.Date;
import java.util.HashSet;