You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2001/12/30 17:30:15 UTC

cvs commit: jakarta-turbine-torque/src/templates/om MapBuilder.vm

jmcnally    01/12/30 08:30:15

  Modified:    src/templates/om MapBuilder.vm
  Log:
  do not use the deprecated getTable() method
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-turbine-torque/src/templates/om/MapBuilder.vm
  
  Index: MapBuilder.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/MapBuilder.vm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MapBuilder.vm	10 Dec 2001 02:59:54 -0000	1.6
  +++ MapBuilder.vm	30 Dec 2001 16:30:15 -0000	1.7
  @@ -43,7 +43,7 @@
        */
       public static String get${tfc}_${cfc}()
       {
  -        return getTable() + ".$cup";
  +        return "${table.Name}.$cup";
       }
       #end
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>