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

Brian Stansberry brian.stansberry at jboss.com
Thu Nov 9 21:48:46 EST 2006


  User: bstansberry
  Date: 06/11/09 21:48:46

  Modified:    src/org/jboss/cache/jmx  CacheJmxWrapper.java
  Log:
  Rename config property used to control CacheMgmtInterceptor
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheJmxWrapper.java	10 Nov 2006 02:23:57 -0000	1.2
  +++ CacheJmxWrapper.java	10 Nov 2006 02:48:46 -0000	1.3
  @@ -289,7 +289,7 @@
      {
         if (config != null)
         {
  -         config.setUseMbean(false);
  +         config.setExposeManagementStatistics(false);
         }
         else
         {
  
  
  



More information about the jboss-cvs-commits mailing list