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

Print this page

        

@@ -47,11 +47,10 @@
  * <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. For a subclass, the attribute value must be
  * localized to give the IPP name and natural language values.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public class JobSheets extends EnumSyntax
         implements PrintRequestAttribute, PrintJobAttribute {