--- a/jdk/src/share/classes/java/lang/Package.java Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/java/lang/Package.java Wed Apr 13 12:16:13 2011 -0700
@@ -109,10 +109,9 @@
/**
* Return the name of this package.
*
- * @return The fully-qualified name of this package as defined in the
- * <em>Java Language Specification, Third Edition</em>
- * <a href="http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.5.3">
- * §6.5.3</a>, for example, {@code java.lang}
+ * @return The fully-qualified name of this package as defined in section 6.5.3 of
+ * <cite>The Java™ Language Specification</cite>,
+ * for example, {@code java.lang}
*/
public String getName() {
return pkgName;