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

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


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

  Modified:    src/org/jboss/cache/interceptors   BaseRpcInterceptor.java
                        OptimisticCreateIfNotExistsInterceptor.java
  Log:
  JBCACHE-939 - Clean up JavaDoc, first pass
  
  Revision  Changes    Path
  1.21      +2 -1      JBossCache/src/org/jboss/cache/interceptors/BaseRpcInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseRpcInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/BaseRpcInterceptor.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- BaseRpcInterceptor.java	2 Jan 2007 17:15:29 -0000	1.20
  +++ BaseRpcInterceptor.java	19 Jan 2007 02:04:28 -0000	1.21
  @@ -14,7 +14,8 @@
   import java.util.List;
   
   /**
  - * Acts as a base for all RPC calls - subclassed by {@see ReplicationInterceptor} and {@see OptimisticReplicationInterceptor}.
  + * Acts as a base for all RPC calls - subclassed by
  + * {@link ReplicationInterceptor} and {@link OptimisticReplicationInterceptor}.
    *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    */
  
  
  
  1.44      +2 -1      JBossCache/src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticCreateIfNotExistsInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- OptimisticCreateIfNotExistsInterceptor.java	18 Jan 2007 16:42:15 -0000	1.43
  +++ OptimisticCreateIfNotExistsInterceptor.java	19 Jan 2007 02:04:28 -0000	1.44
  @@ -27,7 +27,8 @@
   import java.util.List;
   
   /**
  - * Used to make copies of nodes from the main tree into the {@see TransactionWorkspace} as and when needed.
  + * Used to make copies of nodes from the main tree into the
  + * {@link TransactionWorkspace} as and when needed.
    *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author <a href="mailto:stevew at jofti.com">Steve Woodcock (stevew at jofti.com)</a>
  
  
  



More information about the jboss-cvs-commits mailing list