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 km...@apache.org on 2008/02/18 23:46:26 UTC

svn commit: r628902 - /db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java

Author: kmarsden
Date: Mon Feb 18 14:46:22 2008
New Revision: 628902

URL: http://svn.apache.org/viewvc?rev=628902&view=rev
Log:
Fix javadoc warning


Modified:
    db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java

Modified: db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java?rev=628902&r1=628901&r2=628902&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java (original)
+++ db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/junit/JDBC.java Mon Feb 18 14:46:22 2008
@@ -878,7 +878,7 @@
     /**
      * See assertRowInResultSet(...) above.
      *
-     * @param BitSet colsToCheck If non-null then for every bit b
+     * @param colsToCheck If non-null then for every bit b
      *   that is set in colsToCheck, we'll compare the (b+1)-th column
      *   of the received result set's current row to the i-th column
      *   of expectedRow, where 0 <= i < # bits set in colsToCheck.