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 2015/08/25 05:03:21 UTC

curator git commit: removed import

Repository: curator
Updated Branches:
  refs/heads/CURATOR-248 5429a217b -> d412f2320


removed import


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

Branch: refs/heads/CURATOR-248
Commit: d412f2320d571d23c8960214482e84a7911bec16
Parents: 5429a21
Author: randgalt <ra...@apache.org>
Authored: Mon Aug 24 22:03:13 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Mon Aug 24 22:03:13 2015 -0500

----------------------------------------------------------------------
 .../apache/curator/framework/recipes/leader/TestLeaderLatch.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/d412f232/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderLatch.java
----------------------------------------------------------------------
diff --git a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderLatch.java b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderLatch.java
index bd73e9d..41b53fd 100644
--- a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderLatch.java
+++ b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderLatch.java
@@ -46,7 +46,6 @@ import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.ExecutorCompletionService;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
-import java.util.concurrent.Semaphore;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.concurrent.atomic.AtomicInteger;