removed vestigal Mockito import
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/d5daa4c1 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/d5daa4c1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/d5daa4c1 Branch: refs/heads/CURATOR-351 Commit: d5daa4c115a794783e25ab7b1d035f5c2f9167f1 Parents: 952dd6b Author: randgalt <[email protected]> Authored: Tue Feb 28 19:47:37 2017 -0300 Committer: randgalt <[email protected]> Committed: Tue Feb 28 19:47:37 2017 -0300 ---------------------------------------------------------------------- .../org/apache/curator/framework/imps/TestBlockUntilConnected.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/d5daa4c1/curator-framework/src/test/java/org/apache/curator/framework/imps/TestBlockUntilConnected.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestBlockUntilConnected.java b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestBlockUntilConnected.java index 3597f95..4cd287a 100644 --- a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestBlockUntilConnected.java +++ b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestBlockUntilConnected.java @@ -34,7 +34,6 @@ import org.apache.curator.test.TestingServer; import org.apache.curator.test.Timing; import org.apache.curator.utils.CloseableUtils; import org.apache.zookeeper.Watcher; -import org.mockito.internal.util.reflection.Whitebox; import org.testng.Assert; import org.testng.annotations.Test; import java.util.Timer;
