This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: Small typo in java/sql/SQLWarning.java (fwd)


Folks,
I checked this in to libgcj (as well as Classpath).
--warrenl



---------- Forwarded message ----------
Date: Wed, 27 Dec 2000 01:55:55 +0100
From: Petter Reinholdtsen <pere@hungry.com>
To: classpath@gnu.org
Subject: Small typo in java/sql/SQLWarning.java


I came across this small typo.

Index: java/sql/SQLWarning.java
===================================================================
RCS file: /cvs/classpath/java/sql/SQLWarning.java,v
retrieving revision 1.4
diff -u -r1.4 SQLWarning.java
--- java/sql/SQLWarning.java    2000/12/01 01:42:43     1.4
+++ java/sql/SQLWarning.java    2000/12/27 00:48:37
@@ -53,7 +53,7 @@
  */
 
 /**
-  * 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.
   */

-- 
##>  Petter Reinholdtsen  <##  |  pere@td.org.uit.no

_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://mail.gnu.org/mailman/listinfo/classpath


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]