[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/jmx ...

Ben Wang bwang at jboss.com
Tue Oct 31 06:07:18 EST 2006


  User: bwang   
  Date: 06/10/31 06:07:18

  Modified:    tests-50/functional/org/jboss/cache/pojo/jmx  MBeanTest.java
  Log:
  Refactored to be consistent with Cache factory method name.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/jmx/MBeanTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MBeanTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/jmx/MBeanTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MBeanTest.java	28 Sep 2006 15:57:31 -0000	1.2
  +++ MBeanTest.java	31 Oct 2006 11:07:18 -0000	1.3
  @@ -38,7 +38,7 @@
         c.setUseMbean(true);
         c.setCacheMode(Configuration.CacheMode.LOCAL);
         boolean toStart = false;
  -      cache = PojoCacheFactory.createInstance(c, toStart);
  +      cache = PojoCacheFactory.createCache(c, toStart);
         cache.start();
   
         mBeanNameStr = JmxUtil.getPojoCacheObjectName(cache);
  
  
  



More information about the jboss-cvs-commits mailing list