@@ -55,11 +55,11 @@ } /** * Return the color to use during printing. If no alternate * color was specified on construction, this method will - * return <code>this</code>. + * return {@code this}. * * @return the color to use during printing */ public Color getPrintColor() { return ((printColor != null) ? printColor : this);