@@ -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); }