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 ma...@apache.org on 2012/06/05 19:11:52 UTC

svn commit: r1346476 - /db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java

Author: mamta
Date: Tue Jun  5 17:11:51 2012
New Revision: 1346476

URL: http://svn.apache.org/viewvc?rev=1346476&view=rev
Log:
DERBY-5681 When a foreign key constraint on a table is dropped, the associated statistics row for the conglomerate is not removed

Javadoc fix


Modified:
    db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java

Modified: db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java?rev=1346476&r1=1346475&r2=1346476&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java (original)
+++ db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java Tue Jun  5 17:11:51 2012
@@ -38,7 +38,6 @@ import org.apache.derbyTesting.junit.Ind
 /**
  * DERBY-5681(When a foreign key constraint on a table is dropped,
  *  the associated statistics row for the conglomerate is not removed.)
- * @throws Exception
  */
 public class Derby5681Test extends BaseJDBCTestCase {