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:22:24 UTC

svn commit: r382264 - /jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java

Author: dbrosius
Date: Wed Mar  1 19:22:22 2006
New Revision: 382264

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

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

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java?rev=382264&r1=382263&r2=382264&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java Wed Mar  1 19:22:22 2006
@@ -85,7 +85,7 @@
 	  }
 
 	  /**
-	   * @returns the annotation entry table
+	   * @return the annotation entry table
 	   */
 	  public final AnnotationEntry[] getAnnotationTable()
 	  {
@@ -100,7 +100,7 @@
 	  }
 	  
 	  /**
-	   * @returns the number of annotation entries in this annotation
+	   * @return the number of annotation entries in this 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