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
This commit is contained in:
Petter Reinholdtsen 2000-12-27 01:58:23 +00:00 committed by Warren Levy
parent dac45916f0
commit c4f58426c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
* java/sql/SQLWarning.java: Fixed typo in comment.
2000-12-26 Tom Tromey <tromey@redhat.com>
* java/awt/MenuItem.java (paramString): Now protected.

View File

@ -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.
*/