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

Print this page

        

@@ -38,11 +38,10 @@
  * namely that all attribute values in the PrintRequestAttributeSet must be
  * instances of interface {@link PrintRequestAttribute PrintRequestAttribute}.
  * 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 PrintRequestAttributeSet extends AttributeSet {