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 ka...@apache.org on 2013/08/20 10:24:45 UTC

svn commit: r1515737 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java

Author: kahatlen
Date: Tue Aug 20 08:24:44 2013
New Revision: 1515737

URL: http://svn.apache.org/r1515737
Log:
DERBY-2999: Fix javadoc warning

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java?rev=1515737&r1=1515736&r2=1515737&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LockTableTest.java Tue Aug 20 08:24:44 2013
@@ -42,8 +42,6 @@ import org.apache.derbyTesting.junit.Tes
 
 /**
  * Tests the LOCK TABLE in various modes.
- * 
- * @exception SQLException
  */
 public class LockTableTest extends BaseJDBCTestCase {