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/CURATOR-3.0 Commit: bae4846a0cf45f19d20558837d1ac8457b616c19 Parents: 0a3240f Author: randgalt <[email protected]> Authored: Fri Jan 15 12:54:13 2016 -0500 Committer: randgalt <[email protected]> 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;
