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

Brian Stansberry brian.stansberry at jboss.com
Thu Dec 7 15:01:19 EST 2006


  User: bstansberry
  Date: 06/12/07 15:01:19

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  Remove javadoc link to internal field
  
  Revision  Changes    Path
  1.289     +4 -3      JBossCache/src/org/jboss/cache/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/TreeCache.java,v
  retrieving revision 1.288
  retrieving revision 1.289
  diff -u -b -r1.288 -r1.289
  --- TreeCache.java	29 Nov 2006 22:10:23 -0000	1.288
  +++ TreeCache.java	7 Dec 2006 20:01:19 -0000	1.289
  @@ -94,7 +94,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.288 2006/11/29 22:10:23 genman Exp $
  + * @version $Id: TreeCache.java,v 1.289 2006/12/07 20:01:19 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -3717,8 +3717,9 @@
       * Whenever nodes are created, and the global transaction is not null, the created
       * nodes have to be added to the transaction's {@link TransactionEntry}
       * field.<br>
  -    * When a lock is acquired on a node, a reference to the lock has to be added to the list
  -    * of locked nodes in the {@link TransactionEntry#locks} field.
  +    * When a lock is acquired on a node, a reference to the lock has to be 
  +    * {@link TransactionEntry#addLock(IdentityLock) added to the list of locked nodes} 
  +    * in the {@link TransactionEntry}.
       * <p>This operation will also apply different locking to the tree nodes, depending on
       * <tt>operation_type</tt>. If it is <tt>read</tt> type, all nodes will be acquired with
       * read lock. Otherwise, the operation is <tt>write</tt> type, all parent nodes will be acquired
  
  
  



More information about the jboss-cvs-commits mailing list