Commit c4f58426 by Petter Reinholdtsen Committed by Warren Levy

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
parent dac45916
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
* java/sql/SQLWarning.java: Fixed typo in comment.
2000-12-26 Tom Tromey <tromey@redhat.com> 2000-12-26 Tom Tromey <tromey@redhat.com>
* java/awt/MenuItem.java (paramString): Now protected. * java/awt/MenuItem.java (paramString): Now protected.
......
...@@ -53,7 +53,7 @@ private static final long serialVersionUID = 3917336774604784856L; ...@@ -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 * that does not have a descriptive messages and SQL state, and which
* has a vendor error code of 0. * has a vendor error code of 0.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment