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

Print this page

        

@@ -42,11 +42,10 @@
  * priority values equally 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 JobPrioritySupported extends IntegerSyntax
     implements SupportedValuesAttribute {