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

Print this page

        

@@ -73,11 +73,10 @@
  * zero-length array.
  * <P>
  * Class SetOfIntegerSyntax has operations to return the set's members in
  * canonical array form, to test whether a given integer is a member of the
  * set, and to iterate through the members of the set.
- * <P>
  *
  * @author  David Mendenhall
  * @author  Alan Kaminsky
  */
 public abstract class SetOfIntegerSyntax implements Serializable, Cloneable {