--- old/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-07-10 15:55:13.128279258 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-07-10 15:55:12.732289603 -0700 @@ -134,7 +134,7 @@ * *

Note that it is possible additional directive kinds will be added * to accommodate new, currently unknown, language structures added to - * future versions of the Java™ programming language. + * future versions of the Java programming language. * * @since 9 * @spec JPMS @@ -213,7 +213,7 @@ * *

WARNING: It is possible that methods will be added to * this interface to accommodate new, currently unknown, language - * structures added to future versions of the Java™ programming + * structures added to future versions of the Java programming * language. Methods to accommodate new language constructs will * be added in a source compatible way using * default methods.