jvanzyl     01/10/27 14:16:05

  Modified:    .        NOTES
               src/java/org/apache/torque/om ComboKey.java
  Log:
  - using the object utils from the commons
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-turbine-torque/NOTES
  
  Index: NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/NOTES,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NOTES     2001/08/06 21:28:59     1.5
  +++ NOTES     2001/10/27 21:16:05     1.6
  @@ -73,4 +73,4 @@
     programmers who may know little about databases. reasonably
     so, the persistence layer should take care of everything.
   
  -  [JSS] YES!
  \ No newline at end of file
  +  [JSS] YES!
  
  
  
  1.4       +1 -1      
jakarta-turbine-torque/src/java/org/apache/torque/om/ComboKey.java
  
  Index: ComboKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/ComboKey.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ComboKey.java     2001/08/15 23:16:31     1.3
  +++ ComboKey.java     2001/10/27 21:16:05     1.4
  @@ -57,7 +57,7 @@
   import java.util.ArrayList;
   
   import org.apache.torque.TorqueException;
  -import org.apache.torque.util.ObjectUtils;
  +import org.apache.commons.util.ObjectUtils;
   
   /**
    * This class can be used as an ObjectKey to uniquely identify an
  
  
  

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

Reply via email to