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

Print this page

        

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