jmcnally    01/11/12 17:17:37

  Modified:    src/templates/om Object.vm
  Log:
  added more comment on infinite loop problem
  
  Revision  Changes    Path
  1.16      +2 -2      jakarta-turbine-torque/src/templates/om/Object.vm
  
  Index: Object.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/Object.vm,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Object.vm 2001/11/13 00:00:00     1.15
  +++ Object.vm 2001/11/13 01:17:37     1.16
  @@ -854,8 +854,8 @@
         {
           alreadyInSave = true;
   
  -#* the following code can cause an infinite loop, needs more thought
  -System.out.println("Entering save for " + this);
  +#* FIXME! the following code can cause an infinite loop, needs more thought
  +shows the infinite loop: System.out.println("Entering save for " + this);
        #if ($pVars.size() != 0)
   
           // We call the save method on the following object(s) if they
  
  
  

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

Reply via email to