--- old/src/java.base/share/classes/java/lang/Enum.java 2020-07-10 15:54:24.093560350 -0700 +++ new/src/java.base/share/classes/java/lang/Enum.java 2020-07-10 15:54:23.609572995 -0700 @@ -44,7 +44,7 @@ * * More information about enums, including descriptions of the * implicitly declared methods synthesized by the compiler, can be - * found in section {@jls 8.9} of The Java™ Language + * found in section {@jls 8.9} of The Java Language * Specification. * * Enumeration types are all serializable and receive special handling