]> gcc.gnu.org Git - gcc.git/commitdiff
SQLWarning.java: Fixed typo in comment.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 27 Dec 2000 01:58:23 +0000 (01:58 +0000)
committerWarren Levy <warrenl@gcc.gnu.org>
Wed, 27 Dec 2000 01:58:23 +0000 (01:58 +0000)
2000-12-26  Petter Reinholdtsen  <pere@hungry.com>

* java/sql/SQLWarning.java: Fixed typo in comment.

From-SVN: r38493

libjava/ChangeLog
libjava/java/sql/SQLWarning.java

index ac7344f051d68fb9fd1222726e277a0f77395e76..6ea4e137e81ccad898816b6cdea7ef827284b46c 100644 (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.
index 4f9c736ef171d32771fee2afc546919c57a21284..2159634c2db38a520af2bdbdabc40957f300c0e0 100644 (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.
   */
This page took 0.067293 seconds and 5 git commands to generate.