You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/10 20:09:19 UTC

svn commit: r1695143 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java

Author: sebb
Date: Mon Aug 10 18:09:19 2015
New Revision: 1695143

URL: http://svn.apache.org/r1695143
Log:
Javadoc

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java?rev=1695143&r1=1695142&r2=1695143&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/UnknownAttributeReader.java Mon Aug 10 18:09:19 2015
@@ -36,7 +36,7 @@ public interface UnknownAttributeReader
      *                      that represents the name of the attribute.
      * @param length        The length of the data contained in the attribute. This is written
      *                      into the constant pool and should agree with what the factory expects the length to be.
-     * @param input         This is the data input that the factory needs to read its data from.
+     * @param file          This is the data input that the factory needs to read its data from.
      * @param constant_pool This is the constant pool associated with the Attribute that we are constructing.
      *                      
      * @return The user-defined AttributeReader should take this data and use