diff -r bfbc197b560f -r 694ff82ca68e src/share/classes/com/sun/tools/classfile/ClassFile.java --- a/src/share/classes/com/sun/tools/classfile/ClassFile.java Tue Apr 12 20:58:06 2011 -0700 +++ b/src/share/classes/com/sun/tools/classfile/ClassFile.java Wed Apr 13 11:35:43 2011 -0700 @@ -33,7 +33,7 @@ import static com.sun.tools.classfile.AccessFlags.*; /** - * See JVMS3, section 4.2. + * See JVMS, section 4.2. * *

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