src/java.desktop/share/classes/java/beans/beancontext/BeanContextMembershipEvent.java
changeset 58309 c6f8b2c3dc66
parent 47216 71c04702a3d5
equal deleted inserted replaced
58308:b7192797f434 58309:c6f8b2c3dc66
   128 
   128 
   129    /**
   129    /**
   130     * The list of children affected by this
   130     * The list of children affected by this
   131     * event notification.
   131     * event notification.
   132     */
   132     */
   133     @SuppressWarnings("rawtypes")
   133     @SuppressWarnings({"rawtypes",
       
   134                        "serial"}) // Not statically typed as Serializable
   134     protected Collection children;
   135     protected Collection children;
   135 }
   136 }