the list of supported methods has grown by now

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5d0b71fe
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5d0b71fe
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5d0b71fe

Branch: refs/heads/master
Commit: 5d0b71fe9c3ab81717245f80eb71840f9a22a5aa
Parents: 334f1de
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Jan 5 12:49:21 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Jan 5 12:49:21 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/compress/archivers/zip/ZipUtil.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5d0b71fe/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java
index d22a62e..677ac3f 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java
@@ -324,7 +324,7 @@ public abstract class ZipUtil {
      * Whether this library supports the compression method used by
      * the given entry.
      *
-     * @return true if the compression method is STORED or DEFLATED
+     * @return true if the compression method is supported
      */
     private static boolean supportsMethodOf(final ZipArchiveEntry entry) {
         return entry.getMethod() == ZipEntry.STORED

Reply via email to