mehmet-karaman commented on code in PR #655:
URL: https://github.com/apache/commons-compress/pull/655#discussion_r2008459056


##########
src/test/java/org/apache/commons/compress/archivers/zip/ZipFileTest.java:
##########
@@ -66,8 +66,53 @@
 import org.junit.jupiter.api.Assumptions;
 import org.junit.jupiter.api.Test;
 
+import io.airlift.compress.zstd.ZstdInputStream;
+
 public class ZipFileTest extends AbstractTest {
 
+    private final class ZstdInputStreamCreator implements 
IZstdInputStreamCreator {

Review Comment:
   obsolete, due we switched to IOFunction.



##########
src/test/java/org/apache/commons/compress/archivers/zip/ZipFileTest.java:
##########
@@ -66,8 +66,53 @@
 import org.junit.jupiter.api.Assumptions;
 import org.junit.jupiter.api.Test;
 
+import io.airlift.compress.zstd.ZstdInputStream;
+
 public class ZipFileTest extends AbstractTest {
 
+    private final class ZstdInputStreamCreator implements 
IZstdInputStreamCreator {
+        private boolean isUsed;

Review Comment:
   I've changed that to instance check.. so this is also obsolete..



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