mehmet-karaman commented on code in PR #655: URL: https://github.com/apache/commons-compress/pull/655#discussion_r2009123362
########## src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java: ########## @@ -994,6 +1015,14 @@ public ZipFile(final String name, final String encoding) throws IOException { this(new File(name).toPath(), encoding, true); } + private ZipFile(SeekableByteChannel actualChannel, String actualDescription, Charset charset, Review Comment: good point.. now the field can be also final :) -- 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