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

Manik Surtani manik at jboss.org
Thu Jun 28 12:53:38 EDT 2007


  User: msurtani
  Date: 07/06/28 12:53:38

  Modified:    tests/functional/org/jboss/cache/pojo/optimistic 
                        AbstractOptimisticTestCase.java
  Log:
  Notification changes
  
  Revision  Changes    Path
  1.6       +25 -26    JBossCache/tests/functional/org/jboss/cache/pojo/optimistic/AbstractOptimisticTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractOptimisticTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/optimistic/AbstractOptimisticTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- AbstractOptimisticTestCase.java	14 Jun 2007 15:30:14 -0000	1.5
  +++ AbstractOptimisticTestCase.java	28 Jun 2007 16:53:38 -0000	1.6
  @@ -23,7 +23,6 @@
   package org.jboss.cache.pojo.optimistic;
   
   import junit.framework.TestCase;
  -import org.jboss.cache.CacheListener;
   import org.jboss.cache.CacheSPI;
   import org.jboss.cache.Fqn;
   import org.jboss.cache.config.CacheLoaderConfig;
  @@ -111,7 +110,7 @@
         return createCacheWithListener(new TestListener());
      }
   
  -   protected PojoCache createCacheWithListener(CacheListener listener) throws Exception
  +   protected PojoCache createCacheWithListener(Object listener) throws Exception
      {
         PojoCache cache = createCacheUnstarted();
         cache.create();
  
  
  



More information about the jboss-cvs-commits mailing list