jdk/src/java.desktop/share/classes/javax/print/attribute/standard/SheetCollate.java
changeset 35667 ed476aba94de
parent 25859 3317bb8137f4
child 47196 a3211bb4daff
equal deleted inserted replaced
35666:d69b38870195 35667:ed476aba94de
   220 
   220 
   221     /**
   221     /**
   222      * Get the name of the category of which this attribute value is an
   222      * Get the name of the category of which this attribute value is an
   223      * instance.
   223      * instance.
   224      * <P>
   224      * <P>
   225      * For class SheetCollate, the category name is <CODE>"sheet-collate"</CODE>.
   225      * For class SheetCollate, the category name is {@code "sheet-collate"}.
   226      *
   226      *
   227      * @return  Attribute category name.
   227      * @return  Attribute category name.
   228      */
   228      */
   229     public final String getName() {
   229     public final String getName() {
   230         return "sheet-collate";
   230         return "sheet-collate";