--- old/src/java.compiler/share/classes/javax/lang/model/AnnotatedConstruct.java 2020-07-10 15:55:07.064437683 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/AnnotatedConstruct.java 2020-07-10 15:55:06.668448028 -0700 @@ -39,7 +39,7 @@ * 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. @@ -74,7 +74,7 @@ * down to affiliated mandated members. Type annotations modifying the * type of a record component can be also propagated to mandated * members. Propagation of the annotations to mandated members is - * governed by rules given in the The Java™ Language + * governed by rules given in the The Java Language * Specification. * * If there are multiple annotations of type AT present on