--- old/src/java.base/share/classes/java/lang/reflect/AnnotatedElement.java 2020-07-10 15:54:40.385134712 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/AnnotatedElement.java 2020-07-10 15:54:39.901147357 -0700 @@ -45,7 +45,7 @@ * element are on a declaration, whereas annotations on a * type are on a specific use of a type name. * - * As defined by The Java™ Language Specification + * As defined by The Java Language Specification * section {@jls 9.7.4}, an annotation on an element is a * declaration annotation and an annotation on a type is a * type annotation.