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

Manik Surtani msurtani at jboss.com
Tue Jan 2 13:26:05 EST 2007


  User: msurtani
  Date: 07/01/02 13:26:05

  Modified:    src/org/jboss/cache/jmx  CacheJmxWrapper.java
  Log:
  Cleaned up cache factory
  
  Revision  Changes    Path
  1.10      +1 -1      JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- CacheJmxWrapper.java	30 Dec 2006 17:49:58 -0000	1.9
  +++ CacheJmxWrapper.java	2 Jan 2007 18:26:05 -0000	1.10
  @@ -250,7 +250,7 @@
      private void constructCache() throws Exception
      {
         log.debug("Constructing Cache");
  -      setCache(DefaultCacheFactory.createCache(config, false));
  +      setCache(DefaultCacheFactory.getInstance().createCache(config, false));
         selfConstructed = true;
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list