< prev index next >
src/java.desktop/share/classes/javax/print/attribute/Attribute.java
Print this page
@@ -50,12 +50,12 @@
* Get the name of the category of which this attribute value is an
* instance.
* <P>
* <I>Note:</I> This method is intended to provide a default, nonlocalized
* string for the attribute's category. If two attribute objects return the
- * same category from the <CODE>getCategory()</CODE> method, they should
- * return the same name from the <CODE>getName()</CODE> method.
+ * same category from the {@code getCategory()} method, they should
+ * return the same name from the {@code getName()} method.
*
* @return Attribute category name.
*/
public String getName();
< prev index next >