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

Print this page

        

@@ -52,11 +52,10 @@
  * among the available job priority levels.
  * <P>
  * <B>IPP Compatibility:</B> The integer value gives the IPP integer value. The
  * category name returned by <CODE>getName()</CODE> gives the IPP attribute
  * name.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public final class JobPriority extends IntegerSyntax
     implements PrintRequestAttribute, PrintJobAttribute {