On 9/30/01 5:28 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> jon         01/09/30 14:28:42
> 
> Modified:    src/java/org/apache/torque/engine/database/model Column.java
> Log:
> fixes

Was this fix made in the 2.x tree?

I'm just noticing that the two src trees are pretty much out of sync. I'll
clean them up this week when I check in my changes to torque. Just checking.
 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3070
> 
> Revision  Changes    Path
> 1.13      +2 -2  
> jakarta-turbine-torque/src/java/org/apache/torque/engine/database/model/Column
> .java
> 
> Index: Column.java
> ===================================================================
> RCS file: 
> /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/engine/database/mo
> del/Column.java,v
> retrieving revision 1.12
> retrieving revision 1.13
> diff -u -r1.12 -r1.13
> --- Column.java    2001/09/16 19:00:28    1.12
> +++ Column.java    2001/09/30 21:28:42    1.13
> @@ -71,7 +71,7 @@
>   * @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
>   * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
>   * @author <a href="mailto:byron_foster@[EMAIL PROTECTED]>Byron
> Foster</a>
> - * @version $Id: Column.java,v 1.12 2001/09/16 19:00:28 dlr Exp $
> + * @version $Id: Column.java,v 1.13 2001/09/30 21:28:42 jon Exp $
>   */
>  public class Column
>  {
> @@ -697,7 +697,7 @@
>          String tn = typeName.toUpperCase();
>          setType(tn);
>  
> -        if (this.size != null)
> +        if (size != null)
>          {
>              this.size = size;
>          }
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to