diff -r 9d02c4ce4275 -r d1d7595fa824 src/share/classes/com/sun/tools/javac/code/Symtab.java --- a/src/share/classes/com/sun/tools/javac/code/Symtab.java Thu Jun 24 20:03:19 2010 -0700 +++ b/src/share/classes/com/sun/tools/javac/code/Symtab.java Tue Jun 29 22:43:59 2010 -0700 @@ -42,8 +42,8 @@ * fields. This makes it possible to work in multiple concurrent * projects, which might use different class files for library classes. * - *

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

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ @@ -452,7 +452,7 @@ synthesizeBoxTypeIfMissing(floatType); synthesizeBoxTypeIfMissing(voidType); - // Enter a synthetic class that is used to mark Sun + // Enter a synthetic class that is used to mark internal // proprietary classes in ct.sym. This class does not have a // class file. ClassType proprietaryType = (ClassType)enterClass("sun.Proprietary+Annotation");