< prev index next >

src/java.desktop/share/classes/javax/print/attribute/AttributeSetUtilities.java

Print this page

        

*** 84,93 **** --- 84,94 ---- private static final long serialVersionUID = -6131802583863447813L; /** * The attribute set. */ + @SuppressWarnings("serial") // Not statically typed as Serializable private AttributeSet attrset; /** * Constructs unmodifiable view of the underlying attribute set. *
*** 344,353 **** --- 345,355 ---- private static final long serialVersionUID = 8365731020128564925L; /** * The attribute set. */ + @SuppressWarnings("serial") // Not statically typed as Serializable private AttributeSet attrset; /** * Constructs a new synchronized attribute set. *
< prev index next >