Repository: commons-compress
Updated Branches:
  refs/heads/master 703715efe -> 35523dd1f


Fix Javadoc warning.

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

Branch: refs/heads/master
Commit: 35523dd1fa56b72ea1790b5b132bf1c6c22e705a
Parents: 703715e
Author: Gary Gregory <ggreg...@apache.org>
Authored: Thu Dec 8 23:35:14 2016 -0800
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Thu Dec 8 23:35:14 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/35523dd1/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 4655e3c..9c7ae56 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
@@ -517,12 +517,12 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream {
     /**
      * Writes all necessary data for this entry.
      *
+     * @param phased              This entry is second phase of a 2-phase zip 
creation, size, compressed size and crc
+     *                            are known in ZipArchiveEntry
      * @throws IOException            on error
      * @throws Zip64RequiredException if the entry's uncompressed or
      *                                compressed size exceeds 4 GByte and 
{@link #setUseZip64}
      *                                is {@link Zip64Mode#Never}.
-     * @param phased              This entry is second phase of a 2-phase zip 
creation, size, compressed size and crc
-     *                            are known in ZipArchiveEntry
      */
     private void closeCopiedEntry(final boolean phased) throws IOException {
         preClose();

Reply via email to