< prev index next >
src/java.desktop/share/classes/javax/print/attribute/standard/SheetCollate.java
Print this page
@@ -220,11 +220,11 @@
/**
* 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>.
+ * For class SheetCollate, the category name is {@code "sheet-collate"}.
*
* @return Attribute category name.
*/
public final String getName() {
return "sheet-collate";
< prev index next >