--- old/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java 2020-07-10 15:55:36.023681087 -0700 +++ new/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java 2020-07-10 15:55:35.567693000 -0700 @@ -224,7 +224,7 @@ * Converts the given {@code type} to the corresponding class. * This method implements the concept of type erasure, * that is described in section 4.6 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param type the array of types to convert * @return a corresponding class