Author: sebb
Date: Sat Mar 13 13:33:38 2010
New Revision: 922557

URL: http://svn.apache.org/viewvc?rev=922557&view=rev
Log:
Javadoc fixes.

Modified:
    
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.java
    
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

Modified: 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.java
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.java?rev=922557&r1=922556&r2=922557&view=diff
==============================================================================
--- 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.java
 (original)
+++ 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.java
 Sat Mar 13 13:33:38 2010
@@ -22,8 +22,8 @@ package org.apache.commons.compress.arch
  * Wrapper for extra field data that doesn't conform to the recommended format 
of header-tag + size + data.
  *
  * <p>The header-id is artificial (and not listed as a known ID in
- * {...@link http://www.pkware.com/documents/casestudies/APPNOTE.TXT
- * APPNOTE.TXT}.  Since it isn't used anywhere except to satisfy the
+ * {...@link <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT";>
+ * APPNOTE.TXT</a>}).  Since it isn't used anywhere except to satisfy the
  * ZipExtraField contract it shouldn't matter anyway.</p>
  * @NotThreadSafe
  */

Modified: 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java?rev=922557&r1=922556&r2=922557&view=diff
==============================================================================
--- 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
 (original)
+++ 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
 Sat Mar 13 13:33:38 2010
@@ -31,8 +31,8 @@ import org.apache.commons.compress.archi
  * 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>
+ * {...@link <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT";>
+ * APPNOTE.txt</a>}:</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


Reply via email to