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

Print this page

        

@@ -100,11 +100,10 @@
  * values; the <CODE>==</CODE>, <CODE>!=</CODE>, <CODE>equals()</CODE>, and
  * <CODE>toString()</CODE> methods will still work properly even if the subclass
  * uses some of the same integer values as the superclass. However, the
  * application in which the enumeration class and subclass are used may need to
  * have distinct integer values in the superclass and subclass.
- * <P>
  *
  * @author  David Mendenhall
  * @author  Alan Kaminsky
  */
 public abstract class EnumSyntax implements Serializable, Cloneable {