diff options
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. */ |