--- old/src/java.compiler/share/classes/javax/lang/model/type/TypeKind.java 2020-07-10 15:55:14.300248639 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/type/TypeKind.java 2020-07-10 15:55:13.848260447 -0700 @@ -31,7 +31,7 @@ * *

Note that it is possible additional type 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. * * @author Joseph D. Darcy * @author Scott Seligman