Index: java/rmi/Naming.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/rmi/Naming.java,v retrieving revision 1.4 diff -u -r1.4 Naming.java --- java/rmi/Naming.java 26 Dec 2003 14:46:07 -0000 1.4 +++ java/rmi/Naming.java 18 Apr 2004 11:20:16 -0000 @@ -44,14 +44,16 @@ public final class Naming { -/**
+/**
  * Looks for the remote object that is associated with the named service.
  * Name and location is given in form of a URL without a scheme:
- * 
- *   //host:port/service-name
+ *
+ * 
+ * //host:port/service-name
+ * 
* * The port is optional. - *
+ * * @param name the service name and location * @return Remote-object that implements the named service * @throws NotBoundException if no object implements the service Index: java/rmi/RemoteException.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/rmi/RemoteException.java,v retrieving revision 1.3 diff -u -r1.3 RemoteException.java --- java/rmi/RemoteException.java 24 Feb 2002 04:25:16 -0000 1.3 +++ java/rmi/RemoteException.java 18 Apr 2004 11:20:16 -0000 @@ -99,7 +99,7 @@ * This method returns a message indicating what went wrong, in this * format: * super.getMessage() + (detail == null ? "" - * : "; nested exception is:\n\t" + detail). + * : "; nested exception is:\n\t" + detail). * * @return the chained message */ Index: java/rmi/activation/ActivationException.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/rmi/activation/ActivationException.java,v retrieving revision 1.3 diff -u -r1.3 ActivationException.java --- java/rmi/activation/ActivationException.java 24 Feb 2002 04:25:17 -0000 1.3 +++ java/rmi/activation/ActivationException.java 18 Apr 2004 11:20:16 -0000 @@ -94,7 +94,7 @@ * This method returns a message indicating what went wrong, in this * format: * super.getMessage() + (detail == null ? "" - * : "; nested exception is:\n\t" + detail). + * : "; nested exception is:\n\t" + detail). * * @return the chained message */ Index: java/rmi/server/ServerCloneException.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/rmi/server/ServerCloneException.java,v retrieving revision 1.3 diff -u -r1.3 ServerCloneException.java --- java/rmi/server/ServerCloneException.java 24 Feb 2002 04:25:17 -0000 1.3 +++ java/rmi/server/ServerCloneException.java 18 Apr 2004 11:20:16 -0000 @@ -89,7 +89,7 @@ * This method returns a message indicating what went wrong, in this * format: * super.getMessage() + (detail == null ? "" - * : "; nested exception is:\n\t" + detail). + * : "; nested exception is:\n\t" + detail). * * @return the chained message */ Index: javax/naming/NamingException.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/naming/NamingException.java,v retrieving revision 1.3 diff -u -r1.3 NamingException.java --- javax/naming/NamingException.java 27 Jun 2003 21:03:53 -0000 1.3 +++ javax/naming/NamingException.java 18 Apr 2004 11:20:16 -0000 @@ -93,7 +93,7 @@ /** * Creates a new NamingException without a message. Does not set any of the * rootException, resolvedName, - * resolvedObj or remainingObject, fields. + * resolvedObj or remainingObject fields. * These fields can be set later. */ public NamingException () @@ -104,7 +104,7 @@ /** * Creates a new NamingException with a detailed message. Does not set * the rootException, resolvedName, - * resolvedObj or remainingObject, fields. + * resolvedObj or remainingObject, fields. * These fields can be set later. */ public NamingException (String msg)