jmcnally    02/05/20 13:25:11

  Modified:    src/templates/om Peer.vm
  Log:
  James reminds me that the last patch was unneeded.  reverting.
  
  Revision  Changes    Path
  1.28      +1 -4      jakarta-turbine-torque/src/templates/om/Peer.vm
  
  Index: Peer.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/Peer.vm,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Peer.vm   20 May 2002 19:11:29 -0000      1.27
  +++ Peer.vm   20 May 2002 20:25:11 -0000      1.28
  @@ -319,13 +319,10 @@
           {
           #set ( $n=0 )
           #set ( $boolean = "boolean" )
  -        #set ( $String = "String" )
           #foreach ($col in $table.Columns)
               #if ($col.isBooleanChar())
  -            $String bString = row.getValue(offset+$n).$col.VillageMethod;
  -            $boolean b = ("Y".equals(bString) || "true".equals(bString));
  +            $boolean b = "Y".equals(row.getValue(offset+$n).$col.VillageMethod);
               #set ( $boolean = "" )
  -            #set ( $String = "" )
                   #if ($col.isUsePrimitive())
               obj.set${col.JavaName}(b);
                   #else
  
  
  

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

Reply via email to