--- old/src/java.base/share/classes/java/lang/Record.java 2020-07-10 15:54:32.761333894 -0700 +++ new/src/java.base/share/classes/java/lang/Record.java 2020-07-10 15:54:32.377343926 -0700 @@ -38,10 +38,10 @@ *

More information about records, including descriptions of the * implicitly declared methods synthesized by the compiler, can be * found in section 8.10 of - * The Java™ Language Specification. + * The Java Language Specification. * *

A record class is a shallowly immutable, transparent carrier for - * a fixed set of values, called the record components. The Java™ + * a fixed set of values, called the record components. The Java * language provides concise syntax for declaring record classes, whereby the * record components are declared in the record header. The list of record * components declared in the record header form the record descriptor.