diff options
author | Michael Koch <konqueror@gmx.de> | 2002-09-16 09:46:37 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2002-09-16 09:46:37 +0000 |
commit | cf0f53eb6e76976cd7a2211a331cac5732d4a9bf (patch) | |
tree | 153e40de6d2df8dbf1b4d09c84c431b1df50322f /libjava/javax/naming/NamingException.java | |
parent | b423e6fe615f5d0a65bb02ad8dd15457c8871a5c (diff) | |
download | gcc-cf0f53eb6e76976cd7a2211a331cac5732d4a9bf.zip gcc-cf0f53eb6e76976cd7a2211a331cac5732d4a9bf.tar.gz gcc-cf0f53eb6e76976cd7a2211a331cac5732d4a9bf.tar.bz2 |
AssertionError.java: Merge with classpath, fixes HTML.
2002-09-16 Michael Koch <konqueror@gmx.de>
* java/lang/AssertionError.java:
Merge with classpath, fixes HTML.
* java/rmi/server/LogStream.java:
Merge with classpath, fixes some constants.
* java/net/server/RemoteServer.java:
Merge with classpath, adds serialVersionUID.
* javax/naming/BinaryRefAddr.java:
Merge with classpath, s/equal/equals/.
* javax/naming/NamingException.java:
Merge with classpath, fixed typo.
* javax/naming/RefAddr.java:
Merge with classpath, s/equal/equals/.
* java/awt/Toolkit.java:
s/gnu.java.awt.peer.gtk.GtkToolkit/gnu.awt.gtk.GtkToolkit/
and typo fixed.
From-SVN: r57187
Diffstat (limited to 'libjava/javax/naming/NamingException.java')
-rw-r--r-- | libjava/javax/naming/NamingException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/javax/naming/NamingException.java b/libjava/javax/naming/NamingException.java index a377041..6c0f017 100644 --- a/libjava/javax/naming/NamingException.java +++ b/libjava/javax/naming/NamingException.java @@ -47,7 +47,7 @@ import java.io.PrintWriter; * <code>NamingException</code>), the part of the <code>Name</code> that * could be resolved (including the <code>Object</code> it resolved to) * and the part of the <code>Name</code> that could not be resolved when - * the exception occurred. + * the exception occured. * * @since 1.3 * @author Anthony Green (green@redhat.com) |