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

Brian Stansberry brian.stansberry at jboss.com
Mon Feb 12 10:59:36 EST 2007


  User: bstansberry
  Date: 07/02/12 10:59:36

  Modified:    src/org/jboss/cache   Tag: Branch_JBossCache_1_4_0
                        TreeCacheMBean.java TreeCache.java
  Log:
  [JBCACHE-976] Javadoc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.35.2.3  +3 -3      JBossCache/src/org/jboss/cache/Attic/TreeCacheMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/Attic/TreeCacheMBean.java,v
  retrieving revision 1.35.2.2
  retrieving revision 1.35.2.3
  diff -u -b -r1.35.2.2 -r1.35.2.3
  --- TreeCacheMBean.java	30 Jan 2007 03:20:16 -0000	1.35.2.2
  +++ TreeCacheMBean.java	12 Feb 2007 15:59:36 -0000	1.35.2.3
  @@ -26,7 +26,7 @@
    *
    * @author Bela Ban
    * @author Ben Wang
  - * @version $Id: TreeCacheMBean.java,v 1.35.2.2 2007/01/30 03:20:16 bstansberry Exp $
  + * @version $Id: TreeCacheMBean.java,v 1.35.2.3 2007/02/12 15:59:36 bstansberry Exp $
    */
   public interface TreeCacheMBean extends ServiceMBean
   {
  @@ -239,7 +239,7 @@
        * Gets whether inserting or removing a node requires a write lock
        * on the node's parent (when pessimistic locking is used.)
        * <p/>
  -     * The default value is <code>true</code>
  +     * The default value is <code>false</code>
        */
       boolean getLockParentForChildInsertRemove();
   
  @@ -247,7 +247,7 @@
        * Sets whether inserting or removing a node requires a write lock
        * on the node's parent (when pessimistic locking is used.)
        * <p/>
  -     * The default value is <code>true</code>
  +     * The default value is <code>false</code>
        */
       void setLockParentForChildInsertRemove(boolean lockParentForChildInsertRemove);
       
  
  
  
  1.195.2.49 +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.48
  retrieving revision 1.195.2.49
  diff -u -b -r1.195.2.48 -r1.195.2.49
  --- TreeCache.java	9 Feb 2007 13:01:45 -0000	1.195.2.48
  +++ TreeCache.java	12 Feb 2007 15:59:36 -0000	1.195.2.49
  @@ -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.48 2007/02/09 13:01:45 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.49 2007/02/12 15:59:36 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -1121,7 +1121,7 @@
       * Gets whether inserting or removing a node requires a write lock
       * on the node's parent (when pessimistic locking is used.)
       * <p/>
  -    * The default value is <code>true</code>
  +    * The default value is <code>false</code>
       */
      public boolean getLockParentForChildInsertRemove()
      {
  @@ -1132,7 +1132,7 @@
       * Sets whether inserting or removing a node requires a write lock
       * on the node's parent (when pessimistic locking is used.)
       * <p/>
  -    * The default value is <code>true</code>
  +    * The default value is <code>false</code>
       */
      public void setLockParentForChildInsertRemove(boolean lockParentForChildInsertRemove)
      {
  
  
  



More information about the jboss-cvs-commits mailing list