diff -r 62d885310f4d -r 121fb370f179 jdk/src/share/classes/java/lang/annotation/Annotation.java --- a/jdk/src/share/classes/java/lang/annotation/Annotation.java Wed Apr 13 11:59:18 2011 -0700 +++ b/jdk/src/share/classes/java/lang/annotation/Annotation.java Wed Apr 13 12:16:13 2011 -0700 @@ -31,9 +31,8 @@ * an annotation type. Also note that this interface does not itself * define an annotation type. * - * More information about annotation types can be found in The - * Java™ Language Specification, Third Edition, §9.6. + * More information about annotation types can be found in section 9.6 of + * The Java™ Language Specification. * * @author Josh Bloch * @since 1.5