jdk/src/share/classes/java/lang/Enum.java
changeset 9266 121fb370f179
parent 5506 202f599c92aa
child 11117 b6e68b1344d4
--- a/jdk/src/share/classes/java/lang/Enum.java	Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/java/lang/Enum.java	Wed Apr 13 12:16:13 2011 -0700
@@ -36,9 +36,8 @@
  *
  * More information about enums, including descriptions of the
  * implicitly declared methods synthesized by the compiler, can be
- * found in <i>The Java&trade; Language Specification, Third
- * Edition</i>, <a
- * href="http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9">&sect;8.9</a>.
+ * found in section 8.9 of
+ * <cite>The Java&trade; Language Specification</cite>.
  *
  * <p> Note that when using an enumeration type as the type of a set
  * or as the type of the keys in a map, specialized and efficient