--- old/src/java.base/share/classes/java/lang/annotation/Annotation.java 2020-07-10 15:54:35.925251233 -0700 +++ new/src/java.base/share/classes/java/lang/annotation/Annotation.java 2020-07-10 15:54:35.453263564 -0700 @@ -32,7 +32,7 @@ * define an annotation type. * * More information about annotation types can be found in section {@jls 9.6} of - * The Java™ Language Specification. + * The Java Language Specification. * * The {@link java.lang.reflect.AnnotatedElement} interface discusses * compatibility concerns when evolving an annotation type from being