You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/03/23 19:39:15 UTC

svn commit: r388230 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java

Author: djd
Date: Thu Mar 23 10:39:13 2006
New Revision: 388230

URL: http://svn.apache.org/viewcvs?rev=388230&view=rev
Log:
DERBY-953 (partial) Fix typo in javadoc.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java?rev=388230&r1=388229&r2=388230&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java Thu Mar 23 10:39:13 2006
@@ -1267,7 +1267,7 @@
 		on those methods that would end up using the database's connection to read or modify data.
 		E.g. execute*(), but not setXXX, etc.
         <BR>
-        If this Statement's exception is actually closed an exception will
+        If this Statement's Connection is closed an exception will
         be thrown and the active field will be set to false,
         completely marking the Statement as closed.
         <BR>