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 km...@apache.org on 2008/05/27 14:51:17 UTC

svn commit: r660495 - /db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java

Author: kmarsden
Date: Tue May 27 05:51:15 2008
New Revision: 660495

URL: http://svn.apache.org/viewvc?rev=660495&view=rev
Log:
DERBY-3546 Failed to get database schemas of a JAR database

fix javadoc warning from previous checkin.


Modified:
    db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java

Modified: db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java?rev=660495&r1=660494&r2=660495&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java (original)
+++ db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/BaseTestCase.java Tue May 27 05:51:15 2008
@@ -388,7 +388,7 @@
     }
     /**
      * Remove the directory and its contents.
-     * @param fir File of the directory
+     * @param dir File of the directory
      */
     public static void removeDirectory(File dir)
     {