< prev index next >

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

Print this page

        

*** 220,230 **** /** * Get the name of the category of which this attribute value is an * instance. * <P> ! * For class SheetCollate, the category name is <CODE>"sheet-collate"</CODE>. * * @return Attribute category name. */ public final String getName() { return "sheet-collate"; --- 220,230 ---- /** * Get the name of the category of which this attribute value is an * instance. * <P> ! * For class SheetCollate, the category name is {@code "sheet-collate"}. * * @return Attribute category name. */ public final String getName() { return "sheet-collate";
< prev index next >