You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/05/14 04:53:54 UTC

[2/3] accumulo git commit: ACCUMULO-3815 Fix checkstyle nit

ACCUMULO-3815 Fix checkstyle nit


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

Branch: refs/heads/master
Commit: 2b96deea46f63b0005b91274283dc45d858c1fc2
Parents: 25da2e3
Author: Josh Elser <el...@apache.org>
Authored: Wed May 13 22:53:24 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed May 13 22:53:24 2015 -0400

----------------------------------------------------------------------
 .../accumulo/cluster/standalone/StandaloneClusterControlTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2b96deea/minicluster/src/test/java/org/apache/accumulo/cluster/standalone/StandaloneClusterControlTest.java
----------------------------------------------------------------------
diff --git a/minicluster/src/test/java/org/apache/accumulo/cluster/standalone/StandaloneClusterControlTest.java b/minicluster/src/test/java/org/apache/accumulo/cluster/standalone/StandaloneClusterControlTest.java
index b68a6e6..2849273 100644
--- a/minicluster/src/test/java/org/apache/accumulo/cluster/standalone/StandaloneClusterControlTest.java
+++ b/minicluster/src/test/java/org/apache/accumulo/cluster/standalone/StandaloneClusterControlTest.java
@@ -16,7 +16,7 @@
  */
 package org.apache.accumulo.cluster.standalone;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
 
 import org.junit.Test;