diff options
author | Warren Levy <warrenl@redhat.com> | 2000-12-27 01:56:54 +0000 |
---|---|---|
committer | Warren Levy <warrenl@redhat.com> | 2000-12-27 01:56:54 +0000 |
commit | c63ea226151b7a61fdfc3de3025e88ed6f4de0b7 (patch) | |
tree | 1a31b84f629fe1527fb43db471898181108ce8c3 /java/sql | |
parent | 998e9e0d1bf0c75393f1da8d94451b80d602692b (diff) | |
download | classpath-c63ea226151b7a61fdfc3de3025e88ed6f4de0b7.tar.gz |
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
* java/sql/SQLWarning.java: Fixed typo in comment.
Diffstat (limited to 'java/sql')
-rw-r--r-- | java/sql/SQLWarning.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sql/SQLWarning.java b/java/sql/SQLWarning.java index 4f9c736ef..2159634c2 100644 --- a/java/sql/SQLWarning.java +++ b/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. */ |