src/share/classes/javax/print/attribute/PrintJobAttribute.java

Print this page

        

@@ -32,11 +32,10 @@
  * instance adds a number of PrintJobAttributes to a Print Job's attribute set
  * to report the Print Job's status. If an attribute implements {@link
  * PrintRequestAttribute PrintRequestAttribute} as well as PrintJobAttribute,
  * the client may include the attribute in a attribute set to
  * specify the attribute's value for the Print Job.
- * <P>
  *
  * @see PrintRequestAttributeSet
  * @see PrintJobAttributeSet
  *
  * @author  Alan Kaminsky