jdk/src/share/classes/javax/swing/text/TableView.java
changeset 7959 2e05332a8f5c
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
--- a/jdk/src/share/classes/javax/swing/text/TableView.java	Tue Jan 04 23:41:13 2011 -0800
+++ b/jdk/src/share/classes/javax/swing/text/TableView.java	Tue Jan 11 12:51:33 2011 +0300
@@ -315,7 +315,7 @@
      * updated along the minor axis.
      * <p>
      * This is implemented to call the
-     * <a href="#layoutColumns">layoutColumns</a> method, and then
+     * {@link #layoutColumns layoutColumns} method, and then
      * forward to the superclass to actually carry out the layout
      * of the tables rows.
      *