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

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