]> source.dussan.org Git - javassist.git/commitdiff
modified javadoc comments
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 15 Apr 2010 16:16:53 +0000 (16:16 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 15 Apr 2010 16:16:53 +0000 (16:16 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@532 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/bytecode/CodeAttribute.java
src/main/javassist/bytecode/StackMap.java

index 59948e2a5c7faa3d4c81f18d64cdba488ecc7399..36ee58fea34049cc5035924a1f58a60f93d3c7c6 100644 (file)
@@ -319,7 +319,7 @@ public class CodeAttribute extends AttributeInfo implements Opcode {
      * 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
index ead1dffbf7e1e14bfe1ee931905a8e4e4c8ffeba..ac0582e68384cd7bbc025c1e09b79c1676f21763 100644 (file)
@@ -172,7 +172,6 @@ public class StackMap extends AttributeInfo {
          * @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++)