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

Print this page

        

@@ -31,11 +31,10 @@
 /**
  * Class HashPrintRequestAttributeSet inherits its implementation from
  * class {@link HashAttributeSet HashAttributeSet} and enforces the
  * semantic restrictions of interface
  * {@link PrintRequestAttributeSet PrintRequestAttributeSet}.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public class HashPrintRequestAttributeSet extends HashAttributeSet
     implements PrintRequestAttributeSet, Serializable {