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 2002/12/10 18:32:52 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/map TableMap.java

mpoeschl    2002/12/10 09:32:52

  Modified:    src/java/org/apache/torque/map TableMap.java
  Log:
  remove unused member
  
  Revision  Changes    Path
  1.11      +1 -4      jakarta-turbine-torque/src/java/org/apache/torque/map/TableMap.java
  
  Index: TableMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/map/TableMap.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TableMap.java	13 Sep 2002 06:00:49 -0000	1.10
  +++ TableMap.java	10 Dec 2002 17:32:52 -0000	1.11
  @@ -92,9 +92,6 @@
       /** The primary key generation method. */
       private String primaryKeyMethod = NO_ID_METHOD;
   
  -    /** IdGenerator for this tableMap */
  -    private IdGenerator idGenerator;
  -
       /**
        * Object to store information that is needed if the
        * for generating primary keys.