Author: mikem
Date: Thu May 17 10:19:52 2007
New Revision: 539027
URL: http://svn.apache.org/viewvc?view=rev&rev=539027
Log:
javadoc fixes for some collation tests.
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.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?view=diff&rev=539027&r1=539026&r2=539027
==============================================================================
--- 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
Thu May 17 10:19:52 2007
@@ -322,12 +322,16 @@
s.execute("DROP TABLE CUSTOMER");
s.close();
}
+
/**
* sort customers by
- * @param ds
+ *
+ * @param s statement object to use to execute the query
+ * @param query string with the query to execute.
* @param expectedResult Null for this means that the passed query is
* expected to return an empty resultset. If not empty, then the resultset
* from the query should match this paramter
+ *
* @throws SQLException
*/
private void checkLangBasedQuery(Statement s, String query, String[][] expectedResult) throws
SQLException {
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java?view=diff&rev=539027&r1=539026&r2=539027
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java
Thu May 17 10:19:52 2007
@@ -637,8 +637,6 @@
* for instance to run the default, pass in 0.
* <p>
*
- * @return The identifier to be used to open the conglomerate later.
- *
* @param db_index index of which test to run.
*
* @exception SQLException
|