< prev index next >
src/java.desktop/share/classes/javax/print/attribute/standard/Sides.java
Print this page
@@ -108,12 +108,12 @@
* it.
* </UL>
* </UL>
* <P>
* <B>IPP Compatibility:</B> The category name returned by
- * <CODE>getName()</CODE> is the IPP attribute name. The enumeration's
- * integer value is the IPP enum value. The <code>toString()</code> method
+ * {@code getName()} is the IPP attribute name. The enumeration's
+ * integer value is the IPP enum value. The {@code toString()} method
* returns the IPP string representation of the attribute value.
*
* @author Alan Kaminsky
*/
@@ -208,11 +208,11 @@
/**
* Get the name of the category of which this attribute value is an
* instance.
* <P>
- * For class Sides, the category name is <CODE>"sides"</CODE>.
+ * For class Sides, the category name is {@code "sides"}.
*
* @return Attribute category name.
*/
public final String getName() {
return "sides";
< prev index next >