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 2014/05/30 11:48:07 UTC

svn commit: r1598529 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java

Author: kahatlen
Date: Fri May 30 09:48:06 2014
New Revision: 1598529

URL: http://svn.apache.org/r1598529
Log:
DERBY-1576: Fix javadoc warning

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java?rev=1598529&r1=1598528&r2=1598529&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java Fri May 30 09:48:06 2014
@@ -378,7 +378,7 @@ class ConditionalNode extends ValueNode
     }
 
     /**
-     * A visitor that replaces all occurrences of the {@link caseOperand} node
+     * A visitor that replaces all occurrences of the {@link #caseOperand} node
      * in a tree with dummy parameter nodes. It also fills a supplied list
      * with the parameter nodes that have been inserted into the tree.
      */