]> source.dussan.org Git - javassist.git/commitdiff
Incorporate feedback from the PR
authorRich Bolen <rich.bolen@icg360.com>
Tue, 27 Aug 2019 11:55:06 +0000 (07:55 -0400)
committerRich Bolen <rich.bolen@icg360.com>
Tue, 27 Aug 2019 11:55:06 +0000 (07:55 -0400)
src/main/javassist/bytecode/ConstPool.java

index bd521001109520250609c15dd796d08831822917..34170e35cbe78eb6ee9329587ee4b84ae4d4a2ca 100644 (file)
@@ -105,7 +105,12 @@ public final class ConstPool
     public static final int CONST_MethodType = MethodTypeInfo.tag;
 
     /**
-     * <code>CONSTANT_MethodHandle</code>
+     * <code>CONSTANT_Dynamic</code>
+     */
+    public static final int CONST_Dynamic = DynamicInfo.tag;
+
+    /**
+     * <code>CONSTANT_InvokeDynamic</code>
      */
     public static final int CONST_InvokeDynamic = InvokeDynamicInfo.tag;