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

Print this page

        

@@ -60,11 +60,10 @@
  * <P>
  * <B>IPP Compatibility:</B> The string value returned by each individual {@link
  * JobStateReason JobStateReason} object's <CODE>toString()</CODE> method gives
  * the IPP keyword value. The category name returned by <CODE>getName()</CODE>
  * gives the IPP attribute name.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public final class JobStateReasons
     extends HashSet<JobStateReason> implements PrintJobAttribute {