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 my...@apache.org on 2007/07/06 00:07:41 UTC

svn commit: r553658 - /db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java

Author: myrnavl
Date: Thu Jul  5 15:07:40 2007
New Revision: 553658

URL: http://svn.apache.org/viewvc?view=rev&rev=553658
Log:
backporting revision 551539 to stop a javadoc warning

Modified:
    db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java

Modified: db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java?view=diff&rev=553658&r1=553657&r2=553658
==============================================================================
--- db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java (original)
+++ db/derby/code/branches/10.3/java/engine/org/apache/derby/impl/sql/compile/CastNode.java Thu Jul  5 15:07:40 2007
@@ -1010,8 +1010,6 @@
 	 * that this CAST node has been an internally generated node and we should
 	 * not touch the collation of this CAST node because it has been already 
 	 * set correctly by the class that generated this CAST node. 
-	 * 
-	 * @param b true to use function conversion rules
 	 */
 	void setForExternallyGeneratedCASTnode()
 	{