langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java
changeset 9303 eae35c201e19
parent 8042 d534dd80da9f
--- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java	Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java	Wed Apr 13 11:35:43 2011 -0700
@@ -31,7 +31,7 @@
 import java.util.Iterator;
 
 /**
- * See JVMS3, section 4.5.
+ * See JVMS, section 4.5.
  *
  *  <p><b>This is NOT part of any supported API.
  *  If you write code that depends on this, you do so at your own risk.