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:53 UTC

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

Repository: accumulo
Updated Branches:
  refs/heads/1.7 25da2e3e9 -> 2b96deea4
  refs/heads/master dbea79825 -> 11fb44298


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/1.7
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;
 


[3/3] accumulo git commit: Merge branch '1.7'

Posted by el...@apache.org.
Merge branch '1.7'


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

Branch: refs/heads/master
Commit: 11fb44298230a5e8abb52e5cbdd4611e3020cb53
Parents: dbea798 2b96dee
Author: Josh Elser <el...@apache.org>
Authored: Wed May 13 22:53:45 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed May 13 22:53:45 2015 -0400

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



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

Posted by el...@apache.org.
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;