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 ka...@apache.org on 2007/02/27 15:06:09 UTC

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

Author: kahatlen
Date: Tue Feb 27 06:06:08 2007
New Revision: 512260

URL: http://svn.apache.org/viewvc?view=rev&rev=512260
Log:
Fixed typo in javadoc.

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java?view=diff&rev=512260&r1=512259&r2=512260
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Tue Feb 27 06:06:08 2007
@@ -177,7 +177,7 @@
     
     
     /**
-     * Return a Test suite that contains all the text fixtures
+     * Return a Test suite that contains all the test fixtures
      * for the passed in class running in embedded and the
      * default client server configuration.
      * <BR>