Hi All,

The javadoc description of View#getPreferredSpan API ends with a "See also" link which refers to the method itself, which can be removed.

diff -r 3ee03f1d88c9 src/java.desktop/share/classes/javax/swing/text/View.java --- a/src/java.desktop/share/classes/javax/swing/text/View.java Wed Mar 20 16:07:43 2019 +0530 +++ b/src/java.desktop/share/classes/javax/swing/text/View.java Tue Apr 02 16:55:43 2019 +0530
@@ -229,7 +229,6 @@
      *           Typically the view is told to render into the span
      *           that is returned, although there is no guarantee.
      *           The parent may choose to resize or break the view
-     * @see View#getPreferredSpan
      */
     public abstract float getPreferredSpan(int axis);

Regards
Prasanta

Reply via email to