< prev index next >

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

Print this page

        

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