svn commit: r382275 - /jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/LocalVariableTable.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
Author: dbrosius
Date: Wed Mar  1 19:33:56 2006
New Revision: 382275

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

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

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/LocalVariableTable.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/LocalVariableTable.java?rev=382275&r1=382274&r2=382275&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/LocalVariableTable.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/classfile/LocalVariableTable.java Wed Mar  1 19:33:56 2006
@@ -115,7 +115,7 @@
    * 
    * @param index the variable slot
    * 
-   * @returns the first LocalVariable that matches the slot or null if not found
+   * @return the first LocalVariable that matches the slot or null if not found
    * 
    * @deprecated since 5.2 because multiple variables can share the
    *             same slot, use getLocalVariable(int index, int pc) instead.
@@ -134,7 +134,7 @@
    * @param index the variable slot
    * @param pc the current pc that this variable is alive
    * 
-   * @returns the LocalVariable that matches or null if not found
+   * @return the LocalVariable that matches or null if not found
    */
   public final LocalVariable getLocalVariable(int index, int pc) {
     for(int i=0; i < local_variable_table_length; i++)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.