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 2007/03/16 17:07:19 UTC

svn commit: r519028 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java

Author: kmarsden
Date: Fri Mar 16 09:07:18 2007
New Revision: 519028

URL: http://svn.apache.org/viewvc?view=rev&rev=519028
Log:
Fix javadoc warnings in ResultSetMiscTest


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java?view=diff&rev=519028&r1=519027&r2=519028
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetMiscTest.java Fri Mar 16 09:07:18 2007
@@ -498,8 +498,8 @@
     /**
      * Setup up and run the auto-commit tests.
      * 
-     * @param conn
-     *            The Connection
+     * 
+     *         
      * @throws SQLException
      */
     public void testAutoCommit() throws SQLException {
@@ -725,9 +725,9 @@
 
     /**
      * 
-     * @param numLocks
-     *            Number of locks expeced. 0 for none
-     * @throws Exception
+     * 
+     * @return true if locks are held.
+     * @throws SQLException
      */
     private boolean locksHeld() throws SQLException {