mehmet-karaman commented on code in PR #656: URL: https://github.com/apache/commons-compress/pull/656#discussion_r2010295922
########## src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java: ########## @@ -186,7 +188,9 @@ public ZipFile get() throws IOException { * @since 1.28.0 */ public Builder setZstdInputStreamFactory(final IOFunction<InputStream, InputStream> zstdInpStreamFactory) { - this.zstdInputStream = zstdInpStreamFactory == null ? DEFAULT_ZSTD_INPUT_STREAM_FACTORY : zstdInpStreamFactory; + this.zstdInputStream = zstdInpStreamFactory == null ? i -> { Review Comment: Going to adjust this back.. Might be not necessarey anymore.. I am going to test this with the zip editor. -- 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