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/04/23 17:08:27 UTC

svn commit: r531491 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

Author: kmarsden
Date: Mon Apr 23 08:08:20 2007
New Revision: 531491

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


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java?view=diff&rev=531491&r1=531490&r2=531491
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java Mon Apr 23 08:08:20 2007
@@ -860,7 +860,7 @@
 
     /**
      * Get the last SQLException in chain.
-     * @param a <code>SQLException</code>
+     * @param sqle <code>SQLException</code>
      * @return the last exception in the chain.
      */
     public SQLException getLastSQLException(SQLException sqle) {



Re: svn commit: r531491 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

Posted by Kristian Waagan <Kr...@Sun.COM>.
Hi,

Can't see why the method getLastSQLException was moved as part of commit 
530868, as I made that change as part of my (incomplete) patch for 
DERBY-1001.
As far as I can see, no other code is using this method besides the one 
occurrence in PreparedStatementTest and my (uncommitted) EncryptionKeyTest.

If anyone want to comment on the usage of this method, please do so in 
DERBY-1001.


-- 
Kristian

kmarsden@apache.org wrote:
> Author: kmarsden
> Date: Mon Apr 23 08:08:20 2007
> New Revision: 531491
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=531491
> Log:
> fix javadoc warning
> 
> 
> Modified:
>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java
> 
> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java?view=diff&rev=531491&r1=531490&r2=531491
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java (original)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java Mon Apr 23 08:08:20 2007
> @@ -860,7 +860,7 @@
>  
>      /**
>       * Get the last SQLException in chain.
> -     * @param a <code>SQLException</code>
> +     * @param sqle <code>SQLException</code>
>       * @return the last exception in the chain.
>       */
>      public SQLException getLastSQLException(SQLException sqle) {
> 
>