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

Print this page

        

@@ -35,11 +35,10 @@
  * integer attribute's integer value by calling {@link #getValue()
  * getValue()}. An integer attribute's integer value is
  * established when it is constructed (see {@link #IntegerSyntax(int)
  * IntegerSyntax(int)}). Once constructed, an integer attribute's
  * value is immutable.
- * <P>
  *
  * @author  David Mendenhall
  * @author  Alan Kaminsky
  */
 public abstract class IntegerSyntax implements Serializable, Cloneable {