stephenh    2002/07/26 15:11:30

  Modified:    src/java/org/apache/torque/om NumberKey.java
  Log:
  Runako Godfrey ([EMAIL PROTECTED]) prompted the compareTo improvments, and I 
updated the hashCode/equals methods.
  
  Revision  Changes    Path
  1.9       +4 -1      
jakarta-turbine-torque/src/java/org/apache/torque/om/NumberKey.java
  
  Index: NumberKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/NumberKey.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NumberKey.java    26 Jul 2002 19:45:36 -0000      1.8
  +++ NumberKey.java    26 Jul 2002 22:11:30 -0000      1.9
  @@ -61,6 +61,9 @@
    * object within an application where the id  consists
    * of a single entity such a GUID or the value of a db row's primary key.
    *
  + * @author Original author unknown
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Stephen Haberman</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Runako Godfrey</a>
    * @version $Id$
    */
   public class NumberKey extends SimpleKey
  
  
  

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

Reply via email to