< prev index next >

src/java.desktop/share/classes/javax/swing/text/GlyphPainter1.java

Print this page

        

@@ -155,11 +155,11 @@
      *
      * @param v the view containing the view coordinates
      * @param x the X coordinate
      * @param y the Y coordinate
      * @param a the allocated region to render into
-     * @param biasReturn always returns <code>Position.Bias.Forward</code>
+     * @param biasReturn always returns {@code Position.Bias.Forward}
      *   as the zero-th element of this array
      * @return the location within the model that best represents the
      *  given point in the view
      * @see View#viewToModel
      */
< prev index next >