< prev index next >

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

Print this page

        

@@ -40,12 +40,12 @@
  * <P>
  * <B>IPP Compatibility:</B>  This attribute is not an IPP 1.1
  * attribute; it is an attribute in the Production Printing Extension
  * (<a href="ftp://ftp.pwg.org/pub/pwg/standards/pwg5100.3.pdf">PDF</a>)
  * of IPP 1.1.  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  Phil Race.
  */
 public final class PresentationDirection extends EnumSyntax

@@ -172,11 +172,11 @@
     /**
      * Get the name of the category of which this attribute value is an
      * instance.
      * <P>
      * For class PresentationDirection
-     * the category name is <CODE>"presentation-direction"</CODE>.
+     * the category name is {@code "presentation-direction"}.
      *
      * @return  Attribute category name.
      */
     public final String getName() {
         return "presentation-direction";
< prev index next >