summaryrefslogtreecommitdiff
path: root/java/sql/SQLWarning.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/sql/SQLWarning.java')
-rw-r--r--java/sql/SQLWarning.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sql/SQLWarning.java b/java/sql/SQLWarning.java
index 841d137e1..15f439b24 100644
--- a/java/sql/SQLWarning.java
+++ b/java/sql/SQLWarning.java
@@ -1,5 +1,5 @@
/* SQLWarning.java -- Database access warnings.
- Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2002, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -52,7 +52,7 @@ public class SQLWarning extends SQLException
* with the specified descriptive error message, SQL state string, and
* vendor code.
*
- * @param message A string describing the nature of the error.
+ * @param reason A string describing the nature of the error.
* @param SQLState A string containing the SQL state of the error.
* @param vendorCode The vendor error code associated with this error.
*/