src/share/classes/sun/rmi/server/UnicastRef2.java

Print this page

        

@@ -34,10 +34,11 @@
  * NOTE: There is a JDK-internal dependency on the existence of this
  * class and its getLiveRef method (inherited from UnicastRef) in the
  * implementation of javax.management.remote.rmi.RMIConnector.
  **/
 public class UnicastRef2 extends UnicastRef {
+    private static final long serialVersionUID = 1829537514995881838L;
 
     /**
      * Create a new (empty) Unicast remote reference.
      */
     public UnicastRef2()