--- old/src/share/classes/java/rmi/registry/LocateRegistry.java 2009-12-10 21:30:21.000000000 -0800 +++ new/src/share/classes/java/rmi/registry/LocateRegistry.java 2009-12-10 21:30:21.000000000 -0800 @@ -187,7 +187,7 @@ * host that accepts requests on the specified port. * *

The Registry instance is exported as if the static - * {@link UnicastRemoteObject.exportObject(Remote,int) + * {@link UnicastRemoteObject#exportObject(Remote,int) * UnicastRemoteObject.exportObject} method is invoked, passing the * Registry instance and the specified port as * arguments, except that the Registry instance is @@ -213,7 +213,7 @@ * *

The Registry instance is exported as if * the static {@link - * UnicastRemoteObject.exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory) + * UnicastRemoteObject#exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory) * UnicastRemoteObject.exportObject} method is invoked, passing the * Registry instance, the specified port, the * specified RMIClientSocketFactory, and the specified