garydgregory commented on code in PR #437:
URL: https://github.com/apache/commons-compress/pull/437#discussion_r1390251770


##########
src/test/java/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorRoundtripTest.java:
##########
@@ -104,15 +104,18 @@ private void roundTripTest(final String testFile, final 
FramedLZ4CompressorOutpu
 
     @Test
     public void test64KMultipleBlocks() throws IOException {
-        final ByteArrayOutputStream buffer = new ByteArrayOutputStream();
-        final byte[] expected = new byte[98304];
+        ByteArrayOutputStream buffer = new ByteArrayOutputStream();

Review Comment:
   Hello @cpreisler 
   Thank you for your update.
   Why has this method changed? I can't spot the functional differences. Why is 
`count` declared but not used? Revert if this is just formatting or noise. 



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to