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

Print this page

        

@@ -43,11 +43,10 @@
  * (<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
  * returns the IPP string representation of the attribute value.
- * <P>
  *
  * @author  Phil Race.
  */
 public final class PresentationDirection extends EnumSyntax
        implements PrintJobAttribute, PrintRequestAttribute  {