[jboss-cvs] javassist SVN: r532 - trunk/src/main/javassist/bytecode.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 15 12:16:54 EDT 2010


Author: chiba
Date: 2010-04-15 12:16:53 -0400 (Thu, 15 Apr 2010)
New Revision: 532

Modified:
   trunk/src/main/javassist/bytecode/CodeAttribute.java
   trunk/src/main/javassist/bytecode/StackMap.java
Log:
modified javadoc comments

Modified: trunk/src/main/javassist/bytecode/CodeAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/CodeAttribute.java	2010-04-15 16:12:01 UTC (rev 531)
+++ trunk/src/main/javassist/bytecode/CodeAttribute.java	2010-04-15 16:16:53 UTC (rev 532)
@@ -319,7 +319,7 @@
      * Adds a stack map table for J2ME (CLDC).  If another copy of stack map table
      * is already contained, the old one is removed.
      *
-     * @param smt       the stack map table added to this code attribute.
+     * @param sm        the stack map table added to this code attribute.
      *                  If it is null, a new stack map is not added.
      *                  Only the old stack map is removed.
      * @since 3.12

Modified: trunk/src/main/javassist/bytecode/StackMap.java
===================================================================
--- trunk/src/main/javassist/bytecode/StackMap.java	2010-04-15 16:12:01 UTC (rev 531)
+++ trunk/src/main/javassist/bytecode/StackMap.java	2010-04-15 16:16:53 UTC (rev 532)
@@ -172,7 +172,6 @@
          * @param num       the number of elements.
          * @param isLocals  true if this array is for <code>locals</code>.
          *                  false if it is for <code>stack</code>.
-         * @return
          */
         public int typeInfoArray(int pos, int offset, int num, boolean isLocals) {
             for (int k = 0; k < num; k++)




More information about the jboss-cvs-commits mailing list