[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/interceptors ...

Brian Stansberry brian.stansberry at jboss.com
Mon Jun 4 22:59:02 EDT 2007


  User: bstansberry
  Date: 07/06/04 22:59:02

  Modified:    tests/functional/org/jboss/cache/interceptors 
                        EvictionInterceptorTest.java
  Log:
  [JBCACHE-1092] Move EvictionPolicyConfig to org.jboss.cache.config
  
  Revision  Changes    Path
  1.23      +1 -1      JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EvictionInterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- EvictionInterceptorTest.java	23 May 2007 15:22:05 -0000	1.22
  +++ EvictionInterceptorTest.java	5 Jun 2007 02:59:02 -0000	1.23
  @@ -14,9 +14,9 @@
   import org.jboss.cache.Node;
   import org.jboss.cache.Region;
   import org.jboss.cache.RegionManager;
  +import org.jboss.cache.config.EvictionPolicyConfig;
   import org.jboss.cache.eviction.DummyEvictionConfiguration;
   import org.jboss.cache.eviction.EvictedEventNode;
  -import org.jboss.cache.eviction.EvictionPolicyConfig;
   import org.jboss.cache.eviction.NodeEventType;
   import org.jboss.cache.lock.IsolationLevel;
   import org.jboss.cache.marshall.MethodCall;
  
  
  



More information about the jboss-cvs-commits mailing list