You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2016/01/18 03:35:03 UTC

[4/6] curator git commit: removed unneeded import

removed unneeded import


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

Branch: refs/heads/master
Commit: bae4846a0cf45f19d20558837d1ac8457b616c19
Parents: 0a3240f
Author: randgalt <ra...@apache.org>
Authored: Fri Jan 15 12:54:13 2016 -0500
Committer: randgalt <ra...@apache.org>
Committed: Fri Jan 15 12:54:13 2016 -0500

----------------------------------------------------------------------
 .../org/apache/curator/framework/recipes/cache/TestTreeCache.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/bae4846a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java
----------------------------------------------------------------------
diff --git a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java
index b5b9c9f..ad7c417 100644
--- a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java
+++ b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java
@@ -22,7 +22,6 @@ package org.apache.curator.framework.recipes.cache;
 import com.google.common.collect.ImmutableSet;
 import org.apache.curator.framework.CuratorFramework;
 import org.apache.curator.test.KillSession;
-import org.apache.curator.utils.CloseableExecutorService;
 import org.apache.curator.utils.CloseableUtils;
 import org.apache.zookeeper.CreateMode;
 import org.testng.Assert;