ibilley7 commented on code in PR #5608:
URL: https://github.com/apache/accumulo/pull/5608#discussion_r2121805533


##########
core/src/test/java/org/apache/accumulo/core/iterators/user/RegExFilterTest.java:
##########
@@ -248,8 +248,10 @@ public void test1() throws IOException {
   public void testNullByteInKey() throws IOException {
     TreeMap<Key,Value> tm = new TreeMap<>();
 
-    String s1 = "first", s2 = "second";
-    byte[] b1 = s1.getBytes(UTF_8), b2 = s2.getBytes(UTF_8), ball;
+    String s1 = "first";
+    String s2 = "second";
+    byte[] b1 = s1.getBytes(UTF_8);
+    byte[] b2 = s2.getBytes(UTF_8), ball;

Review Comment:
   Yes, I'll fix it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to