src/java.desktop/share/classes/javax/print/event/PrintServiceAttributeEvent.java
changeset 58309 c6f8b2c3dc66
parent 47216 71c04702a3d5
equal deleted inserted replaced
58308:b7192797f434 58309:c6f8b2c3dc66
    42     private static final long serialVersionUID = -7565987018140326600L;
    42     private static final long serialVersionUID = -7565987018140326600L;
    43 
    43 
    44     /**
    44     /**
    45      * The printing service attributes that changed.
    45      * The printing service attributes that changed.
    46      */
    46      */
       
    47     @SuppressWarnings("serial") // Not statically typed as Serializable
    47     private PrintServiceAttributeSet attributes;
    48     private PrintServiceAttributeSet attributes;
    48 
    49 
    49     /**
    50     /**
    50      * Constructs a {@code PrintServiceAttributeEvent} object.
    51      * Constructs a {@code PrintServiceAttributeEvent} object.
    51      *
    52      *