You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/09/13 12:46:11 UTC

cvs commit: db-torque/src/generator/src/templates/ojb/model BaseObject.vm

mpoeschl    2003/09/13 03:46:11

  Modified:    src/generator/src/templates/ojb/model BaseObject.vm
  Log:
  fix setter comment
  
  Revision  Changes    Path
  1.2       +1 -1      db-torque/src/generator/src/templates/ojb/model/BaseObject.vm
  
  Index: BaseObject.vm
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/templates/ojb/model/BaseObject.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseObject.vm	11 Sep 2003 06:42:13 -0000	1.1
  +++ BaseObject.vm	13 Sep 2003 10:46:11 -0000	1.2
  @@ -37,7 +37,7 @@
       }
   
       /**
  -     * Set the value of $cfc
  +     * Set the value of $col.JavaName
        */
       public void set${col.JavaName}($col.JavaPrimitive v)
       {
  
  
  

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