# HG changeset patch # User darcy # Date 1260556814 28800 # Node ID b3ed7ecf8f55820fb34b1fcc54ecfc60a94b9589 # Parent ae1aa33f5de4e8f005203c5c25f5383f2c4c1009 6909563: Javadoc build warnings in rmi, security, management Reviewed-by: mchung, mullan diff -r ae1aa33f5de4 -r b3ed7ecf8f55 jdk/src/share/classes/java/lang/management/PlatformManagedObject.java --- a/jdk/src/share/classes/java/lang/management/PlatformManagedObject.java Thu Dec 10 13:28:07 2009 -0800 +++ b/jdk/src/share/classes/java/lang/management/PlatformManagedObject.java Fri Dec 11 10:40:14 2009 -0800 @@ -32,7 +32,7 @@ * for monitoring and managing a component in the Java platform. * Each platform managed object has a unique * object name - * for the {@linkplain ManagementFactory.getPlatformMBeanServer + * for the {@linkplain ManagementFactory#getPlatformMBeanServer * platform MBeanServer} access. * All platform MXBeans will implement this interface. * diff -r ae1aa33f5de4 -r b3ed7ecf8f55 jdk/src/share/classes/java/rmi/activation/Activatable.java --- a/jdk/src/share/classes/java/rmi/activation/Activatable.java Thu Dec 10 13:28:07 2009 -0800 +++ b/jdk/src/share/classes/java/rmi/activation/Activatable.java Fri Dec 11 10:40:14 2009 -0800 @@ -73,7 +73,7 @@ * can be handled properly. * *

This method invokes the {@link - * exportObject(Remote,String,MarshalledObject,boolean,port) + * #exportObject(Remote,String,MarshalledObject,boolean,int) * exportObject} method with this object, and the specified location, * data, restart mode, and port. Subsequent calls to {@link #getID} * will return the activation identifier returned from the call to @@ -120,7 +120,7 @@ * can be handled properly. * *

This method invokes the {@link - * exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) + * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory) * exportObject} method with this object, and the specified location, * data, restart mode, port, and client and server socket factories. * Subsequent calls to {@link #getID} will return the activation @@ -312,7 +312,7 @@ * separately, so that exceptions can be handled properly. * *

This method invokes the {@link - * exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) + * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory) * exportObject} method with the specified object, location, data, * restart mode, and port, and null for both client and * server socket factories, and then returns the resulting activation diff -r ae1aa33f5de4 -r b3ed7ecf8f55 jdk/src/share/classes/java/rmi/registry/LocateRegistry.java --- a/jdk/src/share/classes/java/rmi/registry/LocateRegistry.java Thu Dec 10 13:28:07 2009 -0800 +++ b/jdk/src/share/classes/java/rmi/registry/LocateRegistry.java Fri Dec 11 10:40:14 2009 -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 diff -r ae1aa33f5de4 -r b3ed7ecf8f55 jdk/src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java --- a/jdk/src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java Thu Dec 10 13:28:07 2009 -0800 +++ b/jdk/src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java Fri Dec 11 10:40:14 2009 -0800 @@ -138,7 +138,6 @@ * instance * @throws Throwable the exception to throw from the method invocation * on the proxy instance - * @see **/ public Object invoke(Object proxy, Method method, Object[] args) throws Throwable diff -r ae1aa33f5de4 -r b3ed7ecf8f55 jdk/src/share/classes/java/security/cert/CertPathValidatorException.java --- a/jdk/src/share/classes/java/security/cert/CertPathValidatorException.java Thu Dec 10 13:28:07 2009 -0800 +++ b/jdk/src/share/classes/java/security/cert/CertPathValidatorException.java Fri Dec 11 10:40:14 2009 -0800 @@ -216,7 +216,7 @@ /** * Returns the reason that the validation failed. The reason is * associated with the index of the certificate returned by - * {@link getIndex}. + * {@link #getIndex}. * * @return the reason that the validation failed, or * BasicReason.UNSPECIFIED if a reason has not been