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

Elias Ross genman at noderunner.net
Thu Jan 18 21:04:32 EST 2007


  User: genman  
  Date: 07/01/18 21:04:32

  Modified:    src/org/jboss/cache/optimistic  TransactionWorkspace.java
  Log:
  JBCACHE-939 - Clean up JavaDoc, first pass
  
  Revision  Changes    Path
  1.14      +5 -2      JBossCache/src/org/jboss/cache/optimistic/TransactionWorkspace.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TransactionWorkspace.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/optimistic/TransactionWorkspace.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- TransactionWorkspace.java	30 Dec 2006 19:48:46 -0000	1.13
  +++ TransactionWorkspace.java	19 Jan 2007 02:04:32 -0000	1.14
  @@ -12,8 +12,11 @@
   import java.util.SortedMap;
   
   /**
  - * Used to contain a copy of the tree being worked on within the scope of a given transaction.  Maintains {@see WorkspaceNode}s rather than conventional
  - * {@see DataNode}s.  Also see {@see OptimisticTransactionEntry}, which creates and maintains an instance of TransactionWorkspace for each
  + * Used to contain a copy of the tree being worked on within the scope of a given transaction.
  + * Maintains {@link WorkspaceNode}s rather than conventional
  + * {@see DataNode}s.
  + * Also see {@link OptimisticTransactionEntry}, which creates and maintains
  + * an instance of TransactionWorkspace for each
    * transaction running.
    *
    * @author Manik Surtani (<a href="mailto:manik at jboss.org">manik at jboss.org</a>)
  
  
  



More information about the jboss-cvs-commits mailing list