jdk/src/share/classes/javax/swing/text/html/StyleSheet.java
changeset 7959 2e05332a8f5c
parent 7668 d4a77089c587
child 9035 1255eb81cc2f
--- a/jdk/src/share/classes/javax/swing/text/html/StyleSheet.java	Tue Jan 04 23:41:13 2011 -0800
+++ b/jdk/src/share/classes/javax/swing/text/html/StyleSheet.java	Tue Jan 11 12:51:33 2011 +0300
@@ -51,7 +51,7 @@
  * <p>
  * The primary entry point for HTML View implementations
  * to get their attributes is the
- * <a href="#getViewAttributes">getViewAttributes</a>
+ * {@link #getViewAttributes getViewAttributes}
  * method.  This should be implemented to establish the
  * desired policy used to associate attributes with the view.
  * Each HTMLEditorKit (i.e. and therefore each associated