milleruntime commented on a change in pull request #479: More intellij 
automated fixes
URL: https://github.com/apache/accumulo/pull/479#discussion_r187077316
 
 

 ##########
 File path: 
server/base/src/test/java/org/apache/accumulo/server/master/balancer/GroupBalancerTest.java
 ##########
 @@ -193,9 +193,8 @@ void checkBalance() {
   @Test
   public void testSingleGroup() {
 
-    String tests[][] = new String[][] {new String[] {"a", "b", "c", "d"},
-        new String[] {"a", "b", "c"}, new String[] {"a", "b", "c", "d", "e"},
-        new String[] {"a", "b", "c", "d", "e", "f", "g"},
+    String tests[][] = {new String[] {"a", "b", "c", "d"}, new String[] {"a", 
"b", "c"},
+        new String[] {"a", "b", "c", "d", "e"}, new String[] {"a", "b", "c", 
"d", "e", "f", "g"},
 
 Review comment:
   If you run it again does it pick up on the inner arrays?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to