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 my...@apache.org on 2008/01/04 20:28:06 UTC

svn commit: r608965 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java

Author: myrnavl
Date: Fri Jan  4 11:28:05 2008
New Revision: 608965

URL: http://svn.apache.org/viewvc?rev=608965&view=rev
Log:
fix javadoc warning resulting from cleanup of revision 608702

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java?rev=608965&r1=608964&r2=608965&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java Fri Jan  4 11:28:05 2008
@@ -268,7 +268,6 @@
  * for = and like. But they do not match for UCS_BASIC. We insert both into a table and search
  * based on equal and like. 
  *  
- * @param conn
  * @param expectedMatchCountForEqual  number of rows we expect back for =. 
  * 	2 for French, 1 for English 
  * @param expectedMatchCountForLike  number of rows we expect back for LIKE.