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

Manik Surtani msurtani at jboss.com
Thu Aug 17 17:57:58 EDT 2006


  User: msurtani
  Date: 06/08/17 17:57:58

  Modified:    src/org/jboss/cache/loader  CacheLoaderManager.java
  Log:
  Habanero stabilisation efforts - getCacheSPI() method
  
  Revision  Changes    Path
  1.23      +1 -1      JBossCache/src/org/jboss/cache/loader/CacheLoaderManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLoaderManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/CacheLoaderManager.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- CacheLoaderManager.java	9 Aug 2006 14:50:00 -0000	1.22
  +++ CacheLoaderManager.java	17 Aug 2006 21:57:58 -0000	1.23
  @@ -181,7 +181,7 @@
               // load props
               tmpLoader.setConfig(cfg.getProperties());
   
  -            tmpLoader.setCache(cache.getSPI());
  +            tmpLoader.setCache(cache.getCacheSPI());
               // we should not be creating/starting the cache loader here - this should be done in the separate
               // startCacheLoader() method.
   //           tmpLoader.create();
  
  
  



More information about the jboss-cvs-commits mailing list