src/java.desktop/share/classes/javax/print/attribute/AttributeSetUtilities.java
changeset 58309 c6f8b2c3dc66
parent 47216 71c04702a3d5
--- a/src/java.desktop/share/classes/javax/print/attribute/AttributeSetUtilities.java	Tue Sep 24 22:57:28 2019 +0100
+++ b/src/java.desktop/share/classes/javax/print/attribute/AttributeSetUtilities.java	Tue Sep 24 18:25:54 2019 -0700
@@ -86,6 +86,7 @@
         /**
          * The attribute set.
          */
+        @SuppressWarnings("serial") // Not statically typed as Serializable
         private AttributeSet attrset;
 
         /**
@@ -346,6 +347,7 @@
         /**
          * The attribute set.
          */
+        @SuppressWarnings("serial") // Not statically typed as Serializable
         private AttributeSet attrset;
 
         /**