langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
changeset 9303 eae35c201e19
parent 9300 c2de4dd9853b
child 9599 0996df19ea87
--- a/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java	Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java	Wed Apr 13 11:35:43 2011 -0700
@@ -2632,10 +2632,10 @@
          * @param tree    The tree making up the variable reference.
          * @param env     The current environment.
          * @param v       The variable's symbol.
-         * @see JLS 3rd Ed. (8.9 Enums)
+         * @jls  section 8.9 Enums
          */
         private void checkEnumInitializer(JCTree tree, Env<AttrContext> env, VarSymbol v) {
-            // JLS 3rd Ed.:
+            // JLS:
             //
             // "It is a compile-time error to reference a static field
             // of an enum type that is not a compile-time constant