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 2007/07/06 00:07:04 UTC

svn commit: r553656 - /db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java

Author: djd
Date: Thu Jul  5 15:07:03 2007
New Revision: 553656

URL: http://svn.apache.org/viewvc?view=rev&rev=553656
Log:
Fix javadoc error on CollationTest (merge of 553654 from trunk).

Modified:
    db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java

Modified: db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java?view=diff&rev=553656&r1=553655&r2=553656
==============================================================================
--- db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java (original)
+++ db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java Thu Jul  5 15:07:03 2007
@@ -988,7 +988,7 @@
    * fixtures.
    * @param locale Locale to use for the database
    * @param baseFixture Base fixture from this test.
-   * @return
+   * @return suite of tests to run for the given locale
    */
   private static Test collatedSuite(String locale, String baseFixture)
   {