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

Print this page

        

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