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 2005/09/09 02:36:18 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/odmg ImplementationExt.java TransactionExt.java

arminw      2005/09/08 17:36:18

  Modified:    src/java/org/apache/ojb/odmg Tag: OJB_1_0_RELEASE
                        ImplementationExt.java TransactionExt.java
  Log:
  fix javadoc
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +2 -2      db-ojb/src/java/org/apache/ojb/odmg/ImplementationExt.java
  
  Index: ImplementationExt.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ImplementationExt.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- ImplementationExt.java	4 Jun 2005 14:38:13 -0000	1.1.2.3
  +++ ImplementationExt.java	9 Sep 2005 00:36:18 -0000	1.1.2.4
  @@ -85,7 +85,7 @@
        * using {@link TransactionExt#setImplicitLocking(boolean)} and to detect the implicit locking
        * state of the used transaction instance call {@link TransactionExt#isImplicitLocking()}.
        * <br/>
  -     * Turning of implicit locking may improve performance but requires
  +     * Turning off implicit locking may improve performance but requires
        * additional care to make sure that all changed objects are properly
        * registered to the transaction.
        *
  
  
  
  1.4.2.6   +2 -2      db-ojb/src/java/org/apache/ojb/odmg/TransactionExt.java
  
  Index: TransactionExt.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TransactionExt.java,v
  retrieving revision 1.4.2.5
  retrieving revision 1.4.2.6
  diff -u -r1.4.2.5 -r1.4.2.6
  --- TransactionExt.java	22 Jun 2005 17:29:36 -0000	1.4.2.5
  +++ TransactionExt.java	9 Sep 2005 00:36:18 -0000	1.4.2.6
  @@ -69,7 +69,7 @@
        * locked. If ImplicitLocking is set to 'false', no locks are obtained
        * in OQL queries, lookup objects and there is also no recursive locking.
        * <p/>
  -     * Turning of implicit locking may improve performance but requires
  +     * Turning off implicit locking may improve performance but requires
        * additional care to make sure all changed objects are properly
        * registered to the transaction.
        *
  
  
  

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