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

Manik Surtani msurtani at jboss.com
Wed Jan 24 11:33:57 EST 2007


  User: msurtani
  Date: 07/01/24 11:33:57

  Modified:    src/org/jboss/cache/jmx  CacheLegacyJmxWrapper.java
  Log:
  Refactored to remove legacy EvictionPolicyClass element
  
  Revision  Changes    Path
  1.5       +2 -2      JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLegacyJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CacheLegacyJmxWrapper.java	5 Jan 2007 14:27:15 -0000	1.4
  +++ CacheLegacyJmxWrapper.java	24 Jan 2007 16:33:57 -0000	1.5
  @@ -38,7 +38,7 @@
    * configuration of the cache using the JBoss AS 4.x JMX microkernel.
    *
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class CacheLegacyJmxWrapper extends CacheJmxWrapper implements CacheLegacyJmxWrapperMBean, NotificationBroadcaster
   {
  @@ -243,7 +243,7 @@
         EvictionConfig ec = null;
         if (config != null)
         {
  -         ec = XmlConfigurationParser.parseEvictionConfig(config, null);
  +         ec = XmlConfigurationParser.parseEvictionConfig(config);
         }
         getConfiguration().setEvictionConfig(ec);
      }
  
  
  



More information about the jboss-cvs-commits mailing list