Thanks for fixing the javadoc, Dag.

On Mon, May 21, 2012 at 4:23 PM,  <[email protected]> wrote:
> Author: dag
> Date: Mon May 21 23:23:03 2012
> New Revision: 1341266
>
> URL: http://svn.apache.org/viewvc?rev=1341266&view=rev
> Log:
> DERBY-4631 Wrong join column returned by right outer join with NATURAL or 
> USING and territory-based collation
>
> Javadoc fix
>
> Modified:
>    
> db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java
>
> Modified: 
> db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java
> URL: 
> http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java?rev=1341266&r1=1341265&r2=1341266&view=diff
> ==============================================================================
> --- 
> db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java
>  (original)
> +++ 
> db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java
>  Mon May 21 23:23:03 2012
> @@ -218,8 +218,6 @@ public class ResultColumn extends ValueN
>         * Returns TRUE if the ResultColumn is join column for a RIGHT OUTER
>         *  JOIN with USING/NATURAL. More comments at the top of this class
>         *  where rightOuterJoinUsingClause is defined.
> -        *
> -        * @param value True/False
>         */
>        public boolean isRightOuterJoinUsingClause()
>        {
>
>

Reply via email to