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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 05:38:33 EST 2012


Author: chiba
Date: 2012-12-03 05:38:33 -0500 (Mon, 03 Dec 2012)
New Revision: 693

Modified:
   trunk/src/main/javassist/bytecode/ClassFileWriter.java
Log:
fixed JASSIST-182

Modified: trunk/src/main/javassist/bytecode/ClassFileWriter.java
===================================================================
--- trunk/src/main/javassist/bytecode/ClassFileWriter.java	2012-12-03 10:20:11 UTC (rev 692)
+++ trunk/src/main/javassist/bytecode/ClassFileWriter.java	2012-12-03 10:38:33 UTC (rev 693)
@@ -647,7 +647,7 @@
          * structure.
          *
          * @param kind      <code>reference_kind</code>
-         *                  such as {@link #REF_invokeStatic <code>REF_invokeStatic</code>}.
+         *                  such as {@link ConstPool#REF_invokeStatic <code>REF_invokeStatic</code>}.
          * @param index     <code>reference_index</code>.
          * @return          the index of the added entry.
          *
@@ -679,9 +679,9 @@
          * Adds a new <code>CONSTANT_InvokeDynamic_info</code>
          * structure.
          *
-         * @param bootstrap     <code>bootstrap_method_attr_index</code>.
-         * @param nameAndType   <code>name_and_type_index</code>.
-         * @return          the index of the added entry.
+         * @param bootstrap         <code>bootstrap_method_attr_index</code>.
+         * @param nameAndTypeInfo   <code>name_and_type_index</code>.
+         * @return                  the index of the added entry.
          *
          * @since 3.17.1
          */



More information about the jboss-cvs-commits mailing list