Author: sebb
Date: Thu Feb 26 20:17:46 2009
New Revision: 748291

URL: http://svn.apache.org/viewvc?rev=748291&view=rev
Log:
Fix Javadoc - missing parameter name

Modified:
    
commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java

Modified: 
commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java?rev=748291&r1=748290&r2=748291&view=diff
==============================================================================
--- 
commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
 (original)
+++ 
commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
 Thu Feb 26 20:17:46 2009
@@ -165,7 +165,7 @@
      * @param f the archive.
      * @param encoding the encoding to use for file names, use null
      * for the platform's default encoding
-     * @param whether to use InfoZIP Unicode Extra Fields (if present)
+     * @param useUnicodeExtraFields whether to use InfoZIP Unicode Extra 
Fields (if present)
      * to set the file names.
      *
      * @throws IOException if an error occurs while reading the file.


Reply via email to