jdk/src/java.desktop/share/classes/javax/print/attribute/standard/SheetCollate.java
equal
deleted
inserted
replaced
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"; |