< prev index next >

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

Print this page

        

@@ -187,11 +187,11 @@
         g.clipRect(r.x, r.y, r.width, r.height);
         super.paint(g, a);
     }
 
     /**
-     * Adjusts <code>a</code> based on the visible region and returns it.
+     * Adjusts {@code a} based on the visible region and returns it.
      */
     Shape adjustPaintRegion(Shape a) {
         return adjustAllocation(a);
     }
 
< prev index next >