< prev index next >

src/java.desktop/share/classes/sun/swing/PrintColorUIResource.java

Print this page

        

@@ -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);
< prev index next >