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

Manik Surtani msurtani at jboss.com
Tue Nov 14 09:17:10 EST 2006


  User: msurtani
  Date: 06/11/14 09:17:10

  Modified:    src/org/jboss/cache/loader   ChainingCacheLoader.java
                        AbstractCacheLoader.java
  Log:
  Merged eviction.Region and Region, eviction.RegionManager and RegionManager (lots of changes, now needs v. thorough testing)
  
  Revision  Changes    Path
  1.13      +1 -1      JBossCache/src/org/jboss/cache/loader/ChainingCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChainingCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/ChainingCacheLoader.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ChainingCacheLoader.java	23 Oct 2006 05:46:39 -0000	1.12
  +++ ChainingCacheLoader.java	14 Nov 2006 14:17:10 -0000	1.13
  @@ -329,7 +329,7 @@
      }
   
      /**
  -    * No-op, as this class doesn't directly use the RegionManager.
  +    * No-op, as this class doesn't directly use the ERegionManager.
       */
      public void setRegionManager(RegionManager manager)
      {
  
  
  
  1.10      +1 -1      JBossCache/src/org/jboss/cache/loader/AbstractCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/AbstractCacheLoader.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- AbstractCacheLoader.java	12 Oct 2006 23:03:57 -0000	1.9
  +++ AbstractCacheLoader.java	14 Nov 2006 14:17:10 -0000	1.10
  @@ -132,7 +132,7 @@
      }
   
      /**
  -    * Checks the RegionManager for a classloader registered for the
  +    * Checks the ERegionManager for a classloader registered for the
       * given, and if found sets it as the TCCL
       *
       * @param subtree
  
  
  



More information about the jboss-cvs-commits mailing list