svn commit: r382264 - /jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/Annotations.java
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
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; }
}