Author: mamta
Date: Tue Jun 5 17:10:18 2012
New Revision: 1346473
URL: http://svn.apache.org/viewvc?rev=1346473&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.4/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java
Modified: db/derby/code/branches/10.4/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.4/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java?rev=1346473&r1=1346472&r2=1346473&view=diff
==============================================================================
--- db/derby/code/branches/10.4/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java
(original)
+++ db/derby/code/branches/10.4/java/testing/org/apache/derbyTesting/functionTests/tests/lang/Derby5681Test.java
Tue Jun 5 17:10:18 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 {
|