diff -r 13a19cf713fd -r eae35c201e19 langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java --- 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. * *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk.