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:33:56 UTC

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

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++)



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