PostelnicuGeorge commented on a change in pull request #236:
URL: https://github.com/apache/commons-compress/pull/236#discussion_r774549770



##########
File path: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
##########
@@ -262,6 +305,39 @@ public ZipFile(final File f, final String encoding, final 
boolean useUnicodeExtr
              f.getAbsolutePath(), encoding, useUnicodeExtraFields, true, 
ignoreLocalFileHeader);
     }
 
+    /**
+     * Opens the given path for reading, assuming the specified
+     * encoding for file names.
+     *
+     *

Review comment:
       This is a copy paste from the existing javadocs of methods from within 
the class, if you want I can correct them all for white-spaces. 




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