Browse Source

another change in order not to get any warnings during JavaDoc generation when preparing releases

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1049295 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
aae4e79e64
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/main/org/apache/tools/zip/ZipEntry.java

+ 3
- 2
src/main/org/apache/tools/zip/ZipEntry.java View File

@@ -28,8 +28,7 @@ import java.util.zip.ZipException;
* access to the internal and external file attributes.
*
* <p>The extra data is expected to follow the recommendation of
* {@link http://www.pkware.com/documents/casestudies/APPNOTE.TXT
* APPNOTE.txt}:</p>
* the .ZIP File Format Specification created by PKWARE Inc. :</p>
* <ul>
* <li>the extra byte array consists of a sequence of extra fields</li>
* <li>each extra fields starts by a two byte header id followed by
@@ -42,6 +41,8 @@ import java.util.zip.ZipException;
* methods of this class. Versions prior to Apache Commons Compress
* 1.1 would have thrown an exception if any attempt was made to read
* or write extra data not conforming to the recommendation.</p>
* @see <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT">
* .ZIP File Format Specification</a>
*
*/
public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {


Loading…
Cancel
Save