--- old/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java 2020-07-10 15:55:08.160409050 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java 2020-07-10 15:55:07.764419395 -0700 @@ -30,10 +30,10 @@ import java.util.HashSet; /** - * Source versions of the Java™ programming language. + * Source versions of the Java programming language. * * See the appropriate edition of - * The Java™ Language Specification + * The Java Language Specification * for information about a particular source version. * *

Note that additional source version constants will be added to @@ -69,7 +69,7 @@ * The original version. * * The language described in - * The Java™ Language Specification, First Edition. + * The Java Language Specification, First Edition. */ RELEASE_0, @@ -77,7 +77,7 @@ * The version recognized by the Java Platform 1.1. * * The language is {@code RELEASE_0} augmented with nested classes as described in the 1.1 update to - * The Java™ Language Specification, First Edition. + * The Java Language Specification, First Edition. */ RELEASE_1, @@ -86,7 +86,7 @@ * v 1.2. * * The language described in - * The Java™ Language Specification, + * The Java Language Specification, * Second Edition, which includes the {@code * strictfp} modifier. */ @@ -113,7 +113,7 @@ * Edition 5.0. * * The language described in - * The Java™ Language Specification, + * The Java Language Specification, * Third Edition. First release to support * generics, annotations, autoboxing, var-args, enhanced {@code * for} loop, and hexadecimal floating-point literals.