diff -r 46cf751559ae -r f2fdd52e4e87 src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java --- a/src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java Thu Jun 10 09:29:23 2010 +0100 +++ b/src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ * translating Unicode escape sequences and by stripping the * leading whitespace and starts from each line of the comment. * - *

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. */