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 ar...@apache.org on 2004/05/17 14:41:52 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/odmg TxManagerFactory.java OJBJ2EE_2.java

arminw      2004/05/17 05:41:52

  Modified:    src/java/org/apache/ojb/odmg TxManagerFactory.java
                        OJBJ2EE_2.java
  Log:
  remove unused imports
  
  Revision  Changes    Path
  1.6       +3 -6      db-ojb/src/java/org/apache/ojb/odmg/TxManagerFactory.java
  
  Index: TxManagerFactory.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TxManagerFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TxManagerFactory.java	3 May 2004 23:05:56 -0000	1.5
  +++ TxManagerFactory.java	17 May 2004 12:41:52 -0000	1.6
  @@ -15,18 +15,15 @@
    * limitations under the License.
    */
   
  -import org.apache.ojb.broker.util.configuration.Configuration;
  -import org.apache.ojb.broker.util.configuration.Configurator;
  -import org.apache.ojb.broker.util.configuration.impl.OjbConfigurator;
  -import org.apache.ojb.broker.util.logging.Logger;
  -import org.apache.ojb.broker.util.logging.LoggerFactory;
   import org.apache.ojb.broker.util.factory.ConfigurableFactory;
   
   /**
  - * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>
    * The TxManagerFactory is responsible for creating instances of
    * TransactionManagers. Set the "OJBTxManagerClass" property in
    * OJB.properties in order to install a new TxManagerFactory
  + * 
  + * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>
  + * @version $Id$
    */
   public class TxManagerFactory extends ConfigurableFactory
   {
  
  
  
  1.12      +2 -14     db-ojb/src/java/org/apache/ojb/odmg/OJBJ2EE_2.java
  
  Index: OJBJ2EE_2.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/OJBJ2EE_2.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- OJBJ2EE_2.java	3 May 2004 23:05:56 -0000	1.11
  +++ OJBJ2EE_2.java	17 May 2004 12:41:52 -0000	1.12
  @@ -15,27 +15,15 @@
    * limitations under the License.
    */
   
  -import org.apache.ojb.broker.OJBRuntimeException;
  -import org.apache.ojb.broker.PersistenceBrokerFactory;
  -import org.apache.ojb.broker.util.configuration.ConfigurationException;
  -import org.apache.ojb.broker.util.logging.Logger;
  -import org.apache.ojb.broker.util.logging.LoggerFactory;
  -import org.apache.ojb.odmg.oql.EnhancedOQLQuery;
  -import org.odmg.Database;
   import org.odmg.Implementation;
  -import org.odmg.Transaction;
  -import org.odmg.DList;
  -import org.odmg.DBag;
  -import org.odmg.DSet;
  -import org.odmg.DArray;
  -import org.odmg.DMap;
   
   /**
    * Facade to the persistence ObjectServer system, returns an {@link Implementation}
  - *  interface instance for use in managed environments.
  + * interface instance for use in managed environments.
    *
    * @deprecated use {@link OJB#getInstance} with setting for 'ImplementationClass'
    *  declared in OJB properties file.
  + * @version $Id$
    */
   public class OJBJ2EE_2 extends OJB
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org