diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2000-12-27 01:58:23 +0000 |
---|---|---|
committer | Warren Levy <warrenl@gcc.gnu.org> | 2000-12-27 01:58:23 +0000 |
commit | c4f58426c18d48fb04104687cb9861fefc925f7c (patch) | |
tree | 92e6bec0f79252acd80b893e24eb980b5eb71f74 /libjava/java/sql | |
parent | dac45916f01cde04e12671bbc954f99ad52928fe (diff) | |
download | gcc-c4f58426c18d48fb04104687cb9861fefc925f7c.zip gcc-c4f58426c18d48fb04104687cb9861fefc925f7c.tar.gz gcc-c4f58426c18d48fb04104687cb9861fefc925f7c.tar.bz2 |
SQLWarning.java: Fixed typo in comment.
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
* java/sql/SQLWarning.java: Fixed typo in comment.
From-SVN: r38493
Diffstat (limited to 'libjava/java/sql')
-rw-r--r-- | libjava/java/sql/SQLWarning.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/sql/SQLWarning.java b/libjava/java/sql/SQLWarning.java index 4f9c736..2159634 100644 --- a/libjava/java/sql/SQLWarning.java +++ b/libjava/java/sql/SQLWarning.java @@ -53,7 +53,7 @@ private static final long serialVersionUID = 3917336774604784856L; */ /** - * This method initializes a new instance of <code>SQLWxception</code> + * This method initializes a new instance of <code>SQLWarning</code> * that does not have a descriptive messages and SQL state, and which * has a vendor error code of 0. */ |