[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani msurtani at jboss.com
Tue Jan 30 15:22:42 EST 2007


  User: msurtani
  Date: 07/01/30 15:22:42

  Modified:    src/org/jboss/cache  Tag: Branch_JBossCache_1_4_0
                        TreeCache.java
  Log:
  JBCACHE-955
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.195.2.46 +3 -3      JBossCache/src/org/jboss/cache/Attic/TreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/Attic/TreeCache.java,v
  retrieving revision 1.195.2.45
  retrieving revision 1.195.2.46
  diff -u -b -r1.195.2.45 -r1.195.2.46
  --- TreeCache.java	30 Jan 2007 18:03:22 -0000	1.195.2.45
  +++ TreeCache.java	30 Jan 2007 20:22:42 -0000	1.195.2.46
  @@ -99,7 +99,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: TreeCache.java,v 1.195.2.45 2007/01/30 18:03:22 bstansberry Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.46 2007/01/30 20:22:42 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -276,9 +276,9 @@
      protected IsolationLevel isolationLevel = IsolationLevel.REPEATABLE_READ;
   
      /**
  -    * Require write locks on parents before adding or removing children.
  +    * Require write locks on parents before adding or removing children.  Default false.
       */
  -   protected boolean lockParentForChildInsertRemove = true;
  +   protected boolean lockParentForChildInsertRemove = false;
      
      /**
       * This ThreadLocal contains an {@see InvocationContext} object, which holds
  
  
  



More information about the jboss-cvs-commits mailing list