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

Print this page

        

*** 31,41 **** /** * 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 { --- 31,40 ----