You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/07/24 13:11:51 UTC

[tomee] branch tomee-7.0.x updated: Checkstyle

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new f9e3813  Checkstyle
f9e3813 is described below

commit f9e381377f2645b1eb1d56b30404ba06cca6324c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Jul 24 14:08:35 2019 +0100

    Checkstyle
---
 .../src/main/java/org/apache/openejb/config/CmpJpaConversion.java        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
index 0e9d067..7c68a2f 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
@@ -77,7 +77,6 @@ import java.util.Collections;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
-import java.util.Objects;
 import java.util.Properties;
 import java.util.Set;
 import java.util.TreeMap;