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

Brian Stansberry brian.stansberry at jboss.com
Mon Feb 12 10:44:52 EST 2007


  User: bstansberry
  Date: 07/02/12 10:44:52

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  [JBCACHE-976] Fix Javadoc
  
  Revision  Changes    Path
  1.42      +2 -2      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- Configuration.java	7 Feb 2007 22:06:56 -0000	1.41
  +++ Configuration.java	12 Feb 2007 15:44:52 -0000	1.42
  @@ -410,7 +410,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)
      {
  @@ -536,7 +536,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 isLockParentForChildInsertRemove()
      {
  
  
  



More information about the jboss-cvs-commits mailing list