< prev index next >

src/java.desktop/share/classes/java/beans/beancontext/BeanContextChildSupport.java

Print this page

        

@@ -346,10 +346,11 @@
 
     /**
      * The {@code BeanContext} in which
      * this {@code BeanContextChild} is nested.
      */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     public    BeanContextChild      beanContextChildPeer;
 
    /**
     * The {@code PropertyChangeSupport} associated with this
     * {@code BeanContextChildSupport}.
< prev index next >