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 kr...@apache.org on 2009/01/15 09:30:55 UTC

svn commit: r734629 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java

Author: kristwaa
Date: Thu Jan 15 00:30:55 2009
New Revision: 734629

URL: http://svn.apache.org/viewvc?rev=734629&view=rev
Log:
Fxied incorrect @param tag.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java?rev=734629&r1=734628&r2=734629&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java Thu Jan 15 00:30:55 2009
@@ -324,8 +324,7 @@
      * Return a array of objects containing the default values for
      * the objects passed in as parameters
      *
-     * @param parameterTypes an array containing the types of the parameter
-     *                       to the method
+     * @param params an array containing the types of the parames to the method
      * @return an array of Objects containing the null values for the
      *         parameter inputs
      */