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

Manik Surtani msurtani at jboss.com
Fri Jan 19 09:58:43 EST 2007


  User: msurtani
  Date: 07/01/19 09:58:43

  Modified:    src/org/jboss/cache/interceptors 
                        OptimisticNodeInterceptor.java
  Log:
  Improved Javadocs
  
  Revision  Changes    Path
  1.52      +1 -1      JBossCache/src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticNodeInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -b -r1.51 -r1.52
  --- OptimisticNodeInterceptor.java	19 Jan 2007 10:50:42 -0000	1.51
  +++ OptimisticNodeInterceptor.java	19 Jan 2007 14:58:43 -0000	1.52
  @@ -29,7 +29,7 @@
   import java.util.SortedMap;
   
   /**
  - * Operations on nodes are done on the copies that exist in the workspace rather than passed down to the {@see CallInterceptor}
  + * Operations on nodes are done on the copies that exist in the workspace rather than passed down to the {@link org.jboss.cache.interceptors.CallInterceptor}
    *
    * @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