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 kr...@apache.org on 2008/02/23 16:00:41 UTC

svn commit: r630447 - in /db/derby/code/trunk/java/client/org/apache/derby/client/am: CachingLogicalConnection.java CachingLogicalConnection40.java

Author: kristwaa
Date: Sat Feb 23 07:00:41 2008
New Revision: 630447

URL: http://svn.apache.org/viewvc?rev=630447&view=rev
Log:
DERBY-3326: Removed a word from comment sentences.
Patch file: n/a

Modified:
    db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection.java
    db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection40.java

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection.java?rev=630447&r1=630446&r2=630447&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection.java Sat Feb 23 07:00:41 2008
@@ -121,7 +121,7 @@
             // For now, disable statement pooling and fail in sane builds only,
             // or in the relevant parts of the driver if still not supported.
             ps = super.prepareStatement(sql, columnIndexes);
-            // If we get this far, the driver rest of the driver has extended
+            // If we get this far, the rest of the driver has extended
             // its capabilities and this class is lagging behind...
             if (SanityManager.DEBUG) {
                 SanityManager.THROWASSERT("CachingLogicalConnection is " +
@@ -150,7 +150,7 @@
             // For now, disable statement pooling and fail in sane builds only,
             // or in the relevant parts of the driver if still not supported.
             ps = super.prepareStatement(sql, columnNames);
-            // If we get this far, the driver rest of the driver has extended
+            // If we get this far, the rest of the driver has extended
             // its capabilities and this class is lagging behind...
             if (SanityManager.DEBUG) {
                 SanityManager.THROWASSERT("CachingLogicalConnection is " +

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection40.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection40.java?rev=630447&r1=630446&r2=630447&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection40.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CachingLogicalConnection40.java Sat Feb 23 07:00:41 2008
@@ -116,7 +116,7 @@
             // For now, disable statement pooling and fail in sane builds only,
             // or in the relevant parts of the driver if still not supported.
             ps = super.prepareStatement(sql, columnIndexes);
-            // If we get this far, the driver rest of the driver has extended
+            // If we get this far, the rest of the driver has extended
             // its capabilities and this class is lagging behind...
             if (SanityManager.DEBUG) {
                 SanityManager.THROWASSERT("CachingLogicalConnection is " +
@@ -145,7 +145,7 @@
             // For now, disable statement pooling and fail in sane builds only,
             // or in the relevant parts of the driver if still not supported.
             ps = super.prepareStatement(sql, columnNames);
-            // If we get this far, the driver rest of the driver has extended
+            // If we get this far, the rest of the driver has extended
             // its capabilities and this class is lagging behind...
             if (SanityManager.DEBUG) {
                 SanityManager.THROWASSERT("CachingLogicalConnection is " +