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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]