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

Print this page

        

@@ -41,11 +41,10 @@
  * <B>IPP Compatibility:</B> The IPP boolean value is "true" for ACCEPTING_JOBS
  * and "false" for NOT_ACCEPTING_JOBS. 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 PrinterIsAcceptingJobs extends EnumSyntax
         implements PrintServiceAttribute {