< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java

Print this page

        

@@ -143,11 +143,11 @@
 
     /**
      * Get the name of the category of which this attribute value is an
      * instance.
      * <P>
-     * For class Chromaticity, the category name is <CODE>"chromaticity"</CODE>.
+     * For class Chromaticity, the category name is {@code "chromaticity"}.
      *
      * @return  Attribute category name.
      */
         public final String getName() {
             return "chromaticity";
< prev index next >