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

Brian Stansberry brian.stansberry at jboss.com
Wed May 23 01:16:32 EDT 2007


  User: bstansberry
  Date: 07/05/23 01:16:32

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Get rid of the imports too
  
  Revision  Changes    Path
  1.72      +0 -2      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -b -r1.71 -r1.72
  --- CacheImpl.java	23 May 2007 05:15:37 -0000	1.71
  +++ CacheImpl.java	23 May 2007 05:16:32 -0000	1.72
  @@ -19,8 +19,6 @@
   import org.jboss.cache.config.RuntimeConfig;
   import org.jboss.cache.factories.InterceptorChainFactory;
   import org.jboss.cache.interceptors.Interceptor;
  -import org.jboss.cache.jmx.CacheJmxWrapper;
  -import org.jboss.cache.jmx.CacheJmxWrapperMBean;
   import org.jboss.cache.loader.CacheLoader;
   import org.jboss.cache.loader.CacheLoaderManager;
   import org.jboss.cache.lock.IsolationLevel;
  
  
  



More information about the jboss-cvs-commits mailing list