You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/10/08 08:39:54 UTC

cayenne git commit: cleanup

Repository: cayenne
Updated Branches:
  refs/heads/master 7d9d2c00f -> 238495387


cleanup


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/23849538
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/23849538
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/23849538

Branch: refs/heads/master
Commit: 23849538719c1575bd2f42d37a5b68b10b43c64b
Parents: 7d9d2c0
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Oct 8 11:39:47 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Oct 8 11:39:47 2018 +0300

----------------------------------------------------------------------
 .../apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/23849538/cayenne-jcache/src/main/java/org/apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/cayenne-jcache/src/main/java/org/apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java b/cayenne-jcache/src/main/java/org/apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java
index 3cdde49..c919386 100644
--- a/cayenne-jcache/src/main/java/org/apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java
+++ b/cayenne-jcache/src/main/java/org/apache/cayenne/jcache/JCacheDefaultConfigurationFactory.java
@@ -19,7 +19,6 @@
 
 package org.apache.cayenne.jcache;
 
-import java.util.List;
 import javax.cache.configuration.Configuration;
 import javax.cache.configuration.MutableConfiguration;
 import javax.cache.expiry.CreatedExpiryPolicy;