[jboss-cvs] JBossCache/tests/functional/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: tests/functional/org/jboss/cache/jmx CacheMBeanTest.java
Log:
Changed CacheImpl ctor to be protected, and changed cache factories accordingly
Revision Changes Path
1.10 +1 -1 JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheMBeanTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- CacheMBeanTest.java 4 Jan 2007 16:17:38 -0000 1.9
+++ CacheMBeanTest.java 11 Jan 2007 13:49:23 -0000 1.10
@@ -3,9 +3,9 @@
import junit.framework.TestCase;
import org.jboss.cache.Cache;
import org.jboss.cache.CacheSPI;
+import org.jboss.cache.DefaultCacheFactory;
import org.jboss.cache.Fqn;
import org.jboss.cache.config.Configuration;
-import org.jboss.cache.factories.DefaultCacheFactory;
import javax.management.MBeanServer;
import javax.management.MBeanServerFactory;
More information about the jboss-cvs-commits
mailing list