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 rh...@apache.org on 2008/10/03 18:09:41 UTC

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

Author: rhillegas
Date: Fri Oct  3 09:09:41 2008
New Revision: 701425

URL: http://svn.apache.org/viewvc?rev=701425&view=rev
Log:
DERBY-3570: Correct javadoc problem in previous submission.

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GeneratedColumnsTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GeneratedColumnsTest.java?rev=701425&r1=701424&r2=701425&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GeneratedColumnsTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GeneratedColumnsTest.java Fri Oct  3 09:09:41 2008
@@ -106,7 +106,7 @@
      * a particular procedure/function to be deterministic, add some logic here.
      * </p>
      *
-     * </p>
+     * <p>
      * Also test that, by default, user-defined routines are created as NOT DETERMINISTIC.
      * </p>
      */