You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by db...@apache.org on 2006/03/02 04:34:27 UTC

svn commit: r382276 - /jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java

Author: dbrosius
Date: Wed Mar  1 19:34:26 2006
New Revision: 382276

URL: http://svn.apache.org/viewcvs?rev=382276&view=rev
Log:
javadoc fixes

Modified:
    jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java?rev=382276&r1=382275&r2=382276&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/ParameterAnnotationEntry.java Wed Mar  1 19:34:26 2006
@@ -59,7 +59,7 @@
 	  }	  
 	  
 	  /**
-	   * @returns the number of annotation entries in this parameter annotation
+	   * @return the number of annotation entries in this parameter annotation
 	   */
 	  public final int getNumAnnotations() { return annotation_table_length; }
 	  



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org