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

 ##########
 File path: 
client/mapreduce/src/test/java/org/apache/accumulo/core/client/mapreduce/impl/BatchInputSplitTest.java
 ##########
 @@ -44,7 +44,7 @@
 
   @Test
   public void testSimpleWritable() throws IOException {
-    Range[] ranges = new Range[] {new Range(new Key("a"), new Key("b"))};
+    Range[] ranges = {new Range(new Key("a"), new Key("b"))};
     BatchInputSplit split = new BatchInputSplit("table", Table.ID.of("1"), 
Arrays.asList(ranges),
 
 Review comment:
   Fixed in 96d0411ccda8fa3

----------------------------------------------------------------
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