--- old/src/java.compiler/share/classes/javax/lang/model/type/TypeVariable.java 2020-07-10 15:55:15.304222408 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/type/TypeVariable.java 2020-07-10 15:55:14.908232754 -0700 @@ -39,7 +39,7 @@ * A type variable may also be declared implicitly, as by * the capture conversion of a wildcard type argument * (see chapter {@jls 5} of - * The Java™ Language Specification). + * The Java Language Specification). * * @author Joseph D. Darcy * @author Scott Seligman