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/31 23:06:50 UTC

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

Author: djd
Date: Thu Aug 31 14:06:49 2006
New Revision: 439048

URL: http://svn.apache.org/viewvc?rev=439048&view=rev
Log:
Fix type in javadoc for BaseJDBCTEstCase.

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=439048&r1=439047&r2=439048&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 Thu Aug 31 14:06:49 2006
@@ -45,7 +45,7 @@
      * Maintain a single connection to the default
      * database, opened at the first call to getConnection.
      * Typical setup will just require a single connection.
-     * @see BaseJDBCTestSetup#getConnection()
+     * @see BaseJDBCTestCase#getConnection()
      */
     private Connection conn;