diff -r b7192797f434 -r c6f8b2c3dc66 src/java.desktop/share/classes/javax/print/event/PrintJobAttributeEvent.java --- a/src/java.desktop/share/classes/javax/print/event/PrintJobAttributeEvent.java Tue Sep 24 22:57:28 2019 +0100 +++ b/src/java.desktop/share/classes/javax/print/event/PrintJobAttributeEvent.java Tue Sep 24 18:25:54 2019 -0700 @@ -44,6 +44,7 @@ /** * The printing service attributes that changed. */ + @SuppressWarnings("serial") // Not statically typed as Serializable private PrintJobAttributeSet attributes; /**