summaryrefslogtreecommitdiff
path: root/java/rmi/RemoteException.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-18 11:21:24 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-18 11:21:24 +0000
commit7a90baf677e0157319882a2edf586c4e3ae6ec45 (patch)
tree38a40c5d5e033e1e67790def9e2737cf39ab20e5 /java/rmi/RemoteException.java
parentb936624ba3de0748e96ce85d3528dd76572311e1 (diff)
downloadclasspath-7a90baf677e0157319882a2edf586c4e3ae6ec45.tar.gz
2004-04-18 Michael Koch <konqueror@gmx.de>
* java/rmi/Naming.java, java/rmi/RemoteException.java, java/rmi/activation/ActivationException.java, java/rmi/server/ServerCloneException.java, javax/naming/NamingException.java: Fixed HTML tags in javadocs.
Diffstat (limited to 'java/rmi/RemoteException.java')
-rw-r--r--java/rmi/RemoteException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/rmi/RemoteException.java b/java/rmi/RemoteException.java
index 17e38b30b..b28f07090 100644
--- a/java/rmi/RemoteException.java
+++ b/java/rmi/RemoteException.java
@@ -99,7 +99,7 @@ public class RemoteException extends IOException
* This method returns a message indicating what went wrong, in this
* format:
* <code>super.getMessage() + (detail == null ? ""
- * : "; nested exception is:\n\t" + detail)<code>.
+ * : "; nested exception is:\n\t" + detail)</code>.
*
* @return the chained message
*/