You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Peter Donald <do...@apache.org> on 2001/10/15 08:33:12 UTC

[Patch] Typo fix

Index: SqlExpression.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/util/SqlExpression.java,v
retrieving revision 1.6
diff -u -r1.6 SqlExpression.java
--- SqlExpression.java	2001/09/01 16:19:04	1.6
+++ SqlExpression.java	2001/10/15 06:33:04
@@ -97,7 +97,7 @@
     public static String buildInnerJoin( String column,
                                          String relatedColumn )
     {
-        // 'db' can be null because 'ignoreCase' is null.
+        // 'db' can be null because 'ignoreCase' is false.
         return buildInnerJoin( column, relatedColumn, false, null );
     }

-- 
Cheers,

Pete

"You know what a dumbshit the 'average man' on the street is? Well, by
definition, half of them are even dumber than that!"
					J.R. "Bob" Dobbs


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: [Patch] Typo fix

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Applied to both trees, thanks.

Peter Donald <do...@apache.org> writes:

> Index: SqlExpression.java
> ===================================================================
> RCS file: 
> /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/util/SqlExpression.java,v
> retrieving revision 1.6
> diff -u -r1.6 SqlExpression.java
> --- SqlExpression.java	2001/09/01 16:19:04	1.6
> +++ SqlExpression.java	2001/10/15 06:33:04
> @@ -97,7 +97,7 @@
>      public static String buildInnerJoin( String column,
>                                           String relatedColumn )
>      {
> -        // 'db' can be null because 'ignoreCase' is null.
> +        // 'db' can be null because 'ignoreCase' is false.
>          return buildInnerJoin( column, relatedColumn, false, null );
>      }

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org