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

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/pojo/util  CacheApiUtil.java
  Log:
  JBCACHE-939 - Clean up JavaDoc, first pass
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/src/org/jboss/cache/pojo/util/CacheApiUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheApiUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/util/CacheApiUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CacheApiUtil.java	13 Jan 2007 15:55:00 -0000	1.1
  +++ CacheApiUtil.java	19 Jan 2007 02:04:32 -0000	1.2
  @@ -19,7 +19,7 @@
    * Utility for the 2.0 Cache API
    *
    * @author Ben Wang
  - * @version $Id: CacheApiUtil.java,v 1.1 2007/01/13 15:55:00 bwang Exp $
  + * @version $Id: CacheApiUtil.java,v 1.2 2007/01/19 02:04:32 genman Exp $
    */
   public class CacheApiUtil
   {
  @@ -45,7 +45,7 @@
         }
         else
         {
  -         Option option = cache.getInvocationContext().getOptionOverrides();
  +         // Option option = cache.getInvocationContext().getOptionOverrides();
            // WIll run into some race error in LocalTest for Set.
            //         option.setBypassInterceptorChain(true);
            return n.getChildren();
  
  
  



More information about the jboss-cvs-commits mailing list