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

Print this page

        

@@ -40,11 +40,10 @@
  * namely that all attribute values in the PrintServiceAttributeSet must be
  * instances of interface {@link PrintServiceAttribute PrintServiceAttribute}.
  * The {@link #add(Attribute) add(Attribute)}, and
  * {@link #addAll(AttributeSet) addAll(AttributeSet)} operations
  * are respecified below to guarantee this additional invariant.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public interface PrintServiceAttributeSet extends AttributeSet {