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

Manik Surtani msurtani at jboss.com
Thu Jul 20 14:43:12 EDT 2006


  User: msurtani
  Date: 06/07/20 14:43:12

  Modified:    src-50/org/jboss/cache/pojo/interceptors 
                        PojoEvictionInterceptor.java
  Log:
  migrated to new configurators
  
  Revision  Changes    Path
  1.7       +2 -2      JBossCache/src-50/org/jboss/cache/pojo/interceptors/PojoEvictionInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoEvictionInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/interceptors/PojoEvictionInterceptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- PojoEvictionInterceptor.java	17 Jul 2006 09:07:08 -0000	1.6
  +++ PojoEvictionInterceptor.java	20 Jul 2006 18:43:12 -0000	1.7
  @@ -6,6 +6,7 @@
   import org.jboss.cache.DataNode;
   import org.jboss.cache.Fqn;
   import org.jboss.cache.TreeCache;
  +import org.jboss.cache.CacheSPI;
   import org.jboss.cache.pojo.PojoInstance;
   import org.jboss.cache.pojo.impl.InternalHelper;
   import org.jboss.cache.eviction.EvictedEventNode;
  @@ -58,10 +59,9 @@
   
      }
   
  -   public void setCache(TreeCache cache)
  +   public void setCache(CacheSPI cache)
      {
         super.setCache(cache);
  -      this.cache = cache;
      }
   
      private boolean isAopNode(Fqn fqn)
  
  
  



More information about the jboss-cvs-commits mailing list