You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/06/20 10:14:05 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/otm/core RequestContext.java Transaction.java

thma        2003/06/20 01:14:05

  Modified:    src/java/org/apache/ojb/otm EditingContext.java
               src/java/org/apache/ojb/otm/core RequestContext.java
                        Transaction.java
  Log:
  remove unused import statements....
  
  Revision  Changes    Path
  1.7       +0 -1      db-ojb/src/java/org/apache/ojb/otm/EditingContext.java
  
  Index: EditingContext.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/otm/EditingContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EditingContext.java	16 Jun 2003 16:17:55 -0000	1.6
  +++ EditingContext.java	20 Jun 2003 08:14:05 -0000	1.7
  @@ -55,7 +55,6 @@
    */
   
   import org.apache.ojb.broker.Identity;
  -import org.apache.ojb.broker.PersistenceBroker;
   import org.apache.ojb.otm.lock.LockingException;
   
   /**
  
  
  
  1.12      +0 -3      db-ojb/src/java/org/apache/ojb/otm/core/RequestContext.java
  
  Index: RequestContext.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/otm/core/RequestContext.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- RequestContext.java	16 Jun 2003 22:47:26 -0000	1.11
  +++ RequestContext.java	20 Jun 2003 08:14:05 -0000	1.12
  @@ -57,9 +57,6 @@
   import org.apache.ojb.broker.Identity;
   import org.apache.ojb.broker.cache.ObjectCache;
   import org.apache.ojb.otm.OTMKit;
  -import org.apache.ojb.otm.lock.LockType;
  -import org.apache.ojb.otm.lock.LockingException;
  -
   /**
    *
    * Establishes the context for an OTM object request from the kernel. This is used to pass down
  
  
  
  1.7       +0 -1      db-ojb/src/java/org/apache/ojb/otm/core/Transaction.java
  
  Index: Transaction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/otm/core/Transaction.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Transaction.java	16 Jun 2003 16:17:56 -0000	1.6
  +++ Transaction.java	20 Jun 2003 08:14:05 -0000	1.7
  @@ -58,7 +58,6 @@
   import java.util.Iterator;
   import java.util.List;
   
  -import org.apache.ojb.broker.PersistenceBroker;
   import org.apache.ojb.otm.OTMKit;
   
   /**