< prev index next >

src/java.base/share/classes/java/lang/Enum.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -42,11 +42,11 @@
 /**
  * This is the common base class of all Java language enumeration types.
  *
  * More information about enums, including descriptions of the
  * implicitly declared methods synthesized by the compiler, can be
- * found in section {@jls 8.9} of <cite>The Java&trade; Language
+ * found in section {@jls 8.9} of <cite>The Java Language
  * Specification</cite>.
  *
  * Enumeration types are all serializable and receive special handling
  * by the serialization mechanism. The serialized representation used
  * for enum constants cannot be customized. Declarations of methods
< prev index next >