--- a/langtools/src/share/classes/com/sun/source/tree/CompilationUnitTree.java Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/src/share/classes/com/sun/source/tree/CompilationUnitTree.java Wed Apr 13 11:35:43 2011 -0700
@@ -33,7 +33,7 @@
* Represents the abstract syntax tree for compilation units (source
* files) and package declarations (package-info.java).
*
- * @see "The Java Language Specification, 3rd ed, sections 7.3, and 7.4"
+ * @jls sections 7.3, and 7.4
*
* @author Peter von der Ahé
* @since 1.6