jmcnally    2002/07/26 15:30:35

  Modified:    src/java/org/apache/torque/om DateKey.java NumberKey.java
                        ObjectKey.java SimpleKey.java StringKey.java
  Log:
  added myself as author
  
  Revision  Changes    Path
  1.7       +2 -1      
jakarta-turbine-torque/src/java/org/apache/torque/om/DateKey.java
  
  Index: DateKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/DateKey.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DateKey.java      30 Apr 2002 09:22:38 -0000      1.6
  +++ DateKey.java      26 Jul 2002 22:30:35 -0000      1.7
  @@ -60,6 +60,7 @@
    * This class can be used as an ObjectKey to uniquely identify an
    * object within an application where the id is a Date.
    *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>John McNally</a>
    * @version $Id$
    */
   public class DateKey extends SimpleKey
  
  
  
  1.10      +2 -2      
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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NumberKey.java    26 Jul 2002 22:11:30 -0000      1.9
  +++ NumberKey.java    26 Jul 2002 22:30:35 -0000      1.10
  @@ -61,7 +61,7 @@
    * 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]";>John McNally</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Stephen Haberman</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Runako Godfrey</a>
    * @version $Id$
  
  
  
  1.5       +2 -1      
jakarta-turbine-torque/src/java/org/apache/torque/om/ObjectKey.java
  
  Index: ObjectKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/ObjectKey.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ObjectKey.java    30 Apr 2002 09:22:38 -0000      1.4
  +++ ObjectKey.java    26 Jul 2002 22:30:35 -0000      1.5
  @@ -63,6 +63,7 @@
    * and DateKey, and ComboKey which is a Key made up of a combination
    * ofthe first three.
    *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>John McNally</a>
    * @version $Id$
    */
   public abstract class ObjectKey implements Serializable, Comparable
  
  
  
  1.3       +3 -0      
jakarta-turbine-torque/src/java/org/apache/torque/om/SimpleKey.java
  
  Index: SimpleKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/SimpleKey.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleKey.java    10 Aug 2001 12:23:03 -0000      1.2
  +++ SimpleKey.java    26 Jul 2002 22:30:35 -0000      1.3
  @@ -58,6 +58,9 @@
    * This empty class  marks an ObjectKey as being capable of being
    * represented as a single column in a database.  It does not
    * implement any methods.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>John McNally</a>
  + * @version $Id$
    */
   public abstract class SimpleKey extends ObjectKey
   {
  
  
  
  1.5       +2 -1      
jakarta-turbine-torque/src/java/org/apache/torque/om/StringKey.java
  
  Index: StringKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/om/StringKey.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StringKey.java    30 Apr 2002 09:22:38 -0000      1.4
  +++ StringKey.java    26 Jul 2002 22:30:35 -0000      1.5
  @@ -60,6 +60,7 @@
    * 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 <a href="mailto:[EMAIL PROTECTED]";>John McNally</a>
    * @version $Id$
    */
   public class StringKey extends SimpleKey
  
  
  

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

Reply via email to