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

Manik Surtani msurtani at jboss.com
Thu Jan 11 08:49:23 EST 2007


  User: msurtani
  Date: 07/01/11 08:49:23

  Modified:    src/org/jboss/cache/jmx  CacheJmxWrapper.java
  Log:
  Changed CacheImpl ctor to be protected, and changed cache factories accordingly
  
  Revision  Changes    Path
  1.13      +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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CacheJmxWrapper.java	4 Jan 2007 16:17:38 -0000	1.12
  +++ CacheJmxWrapper.java	11 Jan 2007 13:49:23 -0000	1.13
  @@ -25,9 +25,9 @@
   import org.apache.commons.logging.LogFactory;
   import org.jboss.cache.Cache;
   import org.jboss.cache.CacheImpl;
  +import org.jboss.cache.DefaultCacheFactory;
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.config.ConfigurationException;
  -import org.jboss.cache.factories.DefaultCacheFactory;
   import org.jboss.cache.interceptors.CacheMgmtInterceptor;
   import org.jboss.cache.interceptors.Interceptor;
   
  
  
  



More information about the jboss-cvs-commits mailing list