Browse Source

Fix javadoc build failure

master
Jaikiran Pai 7 years ago
parent
commit
afc99e7920
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/zip/Zip64ExtendedInformationExtraField.java

+ 0
- 2
src/main/org/apache/tools/zip/Zip64ExtendedInformationExtraField.java View File

@@ -72,8 +72,6 @@ public class Zip64ExtendedInformationExtraField
*
* @param size the entry's original size
* @param compressedSize the entry's compressed size
* @param relativeHeaderOffset ZipEightByteInteger
* @param diskStart ZipLong
* @throws IllegalArgumentException if size or compressedSize is null
*/
public Zip64ExtendedInformationExtraField(ZipEightByteInteger size,


Loading…
Cancel
Save