Repository: commons-compress
Updated Branches:
  refs/heads/master 5903142b3 -> d75b89856


fix "javadocs"


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

Branch: refs/heads/master
Commit: 83b60fbeb00ef26b969060ecbe5443108e3193f8
Parents: 5903142
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon May 22 15:21:02 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon May 22 15:21:02 2017 +0200

----------------------------------------------------------------------
 .../compress/archivers/zip/ZipArchiveOutputStream.java      | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/83b60fbe/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
index 5ad6742..ac329b4 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
@@ -640,10 +640,9 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream {
     }
 
     /**
-     * Ensures the current entry's size and CRC information is set to
-     * the values just written, verifies it isn't too big in the
-     * Zip64Mode.Never case and returns whether the entry would
-     * require a Zip64 extra field.
+     * Verifies the sizes aren't too big in the Zip64Mode.Never case
+     * and returns whether the entry would require a Zip64 extra
+     * field.
      */
     private boolean checkIfNeedsZip64(final Zip64Mode effectiveMode)
             throws ZipException {
@@ -1563,7 +1562,7 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream {
 
     /**
      * If the mode is AsNeeded and the entry is a compressed entry of
-     * unknown size that gets written to a non-seekable stream the
+     * unknown size that gets written to a non-seekable stream then
      * change the default to Never.
      *
      * @since 1.3

Reply via email to