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

Print this page

        

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