< prev index next >

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

Print this page

        

@@ -84,10 +84,11 @@
         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,10 +345,11 @@
         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 >