< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/PDLOverrideSupported.java

Print this page

        

@@ -33,12 +33,12 @@
  * that expresses the printer's ability to attempt to override processing
  * instructions embedded in documents' print data with processing instructions
  * specified as attributes outside the print data.
  * <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
  */
 public class PDLOverrideSupported extends EnumSyntax

@@ -114,11 +114,11 @@
     /**
      * Get the name of the category of which this attribute value is an
      * instance.
      * <P>
      * For class PDLOverrideSupported and any vendor-defined subclasses, the
-     * category name is <CODE>"pdl-override-supported"</CODE>.
+     * category name is {@code "pdl-override-supported"}.
      *
      * @return  Attribute category name.
      */
     public final String getName() {
         return "pdl-override-supported";
< prev index next >