jdk/src/java.rmi/share/classes/java/rmi/registry/LocateRegistry.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
--- a/jdk/src/java.rmi/share/classes/java/rmi/registry/LocateRegistry.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.rmi/share/classes/java/rmi/registry/LocateRegistry.java	Thu Oct 30 07:31:41 2014 -0700
@@ -62,7 +62,7 @@
     private LocateRegistry() {}
 
     /**
-     * Returns a reference to the the remote object <code>Registry</code> for
+     * Returns a reference to the remote object <code>Registry</code> for
      * the local host on the default registry port of 1099.
      *
      * @return reference (a stub) to the remote object registry
@@ -76,7 +76,7 @@
     }
 
     /**
-     * Returns a reference to the the remote object <code>Registry</code> for
+     * Returns a reference to the remote object <code>Registry</code> for
      * the local host on the specified <code>port</code>.
      *
      * @param port port on which the registry accepts requests