--- old/src/java.base/share/classes/java/util/PropertyResourceBundle.java 2020-07-10 15:54:57.088698311 -0700 +++ new/src/java.base/share/classes/java/util/PropertyResourceBundle.java 2020-07-10 15:54:56.712708135 -0700 @@ -120,7 +120,7 @@ * and throws the exception if it encounters an invalid sequence. * If "ISO-8859-1" is specified, characters that cannot be represented in * ISO-8859-1 encoding must be represented by Unicode Escapes as defined in section - * 3.3 of The Java™ Language Specification + * 3.3 of The Java Language Specification * whereas the other constructor which takes a {@code Reader} does not have that limitation. * Other encoding values are ignored for this system property. * The system property is read and evaluated when initializing this class.