< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/LiveRef.java

Print this page

        

@@ -54,11 +54,11 @@
      */
     private final boolean isLocal;
 
     /**
      * Construct a "well-known" live reference to a remote object
-     * @param isLocalServer If true, indicates this ref specifies a local
+     * @param isLocal If true, indicates this ref specifies a local
      * server in this address space; if false, the ref is for a remote
      * object (hence a surrogate or proxy) in another address space.
      */
     public LiveRef(ObjID objID, Endpoint endpoint, boolean isLocal) {
         ep = endpoint;
< prev index next >