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

Print this page

        

@@ -56,11 +56,10 @@
  * <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
  * returns the IPP string representation of the attribute value.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public final class OrientationRequested extends EnumSyntax
     implements DocAttribute, PrintRequestAttribute, PrintJobAttribute {