summaryrefslogtreecommitdiff
path: root/java/sql
diff options
context:
space:
mode:
authorWarren Levy <warrenl@redhat.com>2000-12-27 01:56:54 +0000
committerWarren Levy <warrenl@redhat.com>2000-12-27 01:56:54 +0000
commitc63ea226151b7a61fdfc3de3025e88ed6f4de0b7 (patch)
tree1a31b84f629fe1527fb43db471898181108ce8c3 /java/sql
parent998e9e0d1bf0c75393f1da8d94451b80d602692b (diff)
downloadclasspath-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.java2
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.
*/