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

Manik Surtani msurtani at jboss.com
Wed Jul 19 17:34:43 EDT 2006


  User: msurtani
  Date: 06/07/19 17:34:43

  Modified:    src/org/jboss/cache/aop/interceptors 
                        PojoEvictionInterceptor.java
  Log:
  JBCACHE-657
  JBCACHE-594
  
  Revision  Changes    Path
  1.6       +2 -2      JBossCache/src/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoEvictionInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- PojoEvictionInterceptor.java	16 May 2006 22:42:27 -0000	1.5
  +++ PojoEvictionInterceptor.java	19 Jul 2006 21:34:42 -0000	1.6
  @@ -6,6 +6,7 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.TreeCache;
   import org.jboss.cache.DataNode;
  +import org.jboss.cache.CacheSPI;
   import org.jboss.cache.aop.AOPInstance;
   import org.jboss.cache.aop.InternalDelegate;
   import org.jboss.cache.eviction.EvictedEventNode;
  @@ -59,10 +60,9 @@
   
      }
   
  -   public void setCache(TreeCache cache)
  +   public void setCache(CacheSPI cache)
      {
         super.setCache(cache);
  -      this.cache = cache;
      }
   
      boolean isAopNode(Fqn fqn)
  
  
  



More information about the jboss-cvs-commits mailing list