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/08/28 23:02:19 UTC

svn commit: r437832 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

Author: djd
Date: Mon Aug 28 14:02:18 2006
New Revision: 437832

URL: http://svn.apache.org/viewvc?rev=437832&view=rev
Log:
DERBY-1555 Remove comment left in after re-naming of method.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java?rev=437832&r1=437831&r2=437832&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java Mon Aug 28 14:02:18 2006
@@ -70,8 +70,6 @@
      * it is open.
      * @see TestConfiguration#openDefaultConnection()
      */
-    // TEMP NAME - WILL BE getConnection() once all uses of the
-    // static getConnection() have been converted to openDefaultConnection
     public Connection getConnection() throws SQLException
     {
         if (conn != null)