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

Manik Surtani msurtani at jboss.com
Mon Oct 23 13:39:01 EDT 2006


  User: msurtani
  Date: 06/10/23 13:39:01

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  JBCACHE-684
  
  Revision  Changes    Path
  1.256     +2 -2      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.255
  retrieving revision 1.256
  diff -u -b -r1.255 -r1.256
  --- TreeCache.java	23 Oct 2006 05:46:40 -0000	1.255
  +++ TreeCache.java	23 Oct 2006 17:39:00 -0000	1.256
  @@ -92,7 +92,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.255 2006/10/23 05:46:40 bstansberry Exp $
  + * @version $Id: TreeCache.java,v 1.256 2006/10/23 17:39:00 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -896,7 +896,7 @@
   
      protected void createEvictionPolicy()
      {
  -      // Configure if eviction policy is set (we test the old style 1.2.x style config and 1.3 style config.
  +
         evictionRegionManager_ = new org.jboss.cache.eviction.RegionManager();
         if (configuration.getEvictionConfig() != null 
               && configuration.getEvictionConfig().isValidConfig())
  
  
  



More information about the jboss-cvs-commits mailing list