[jboss-cvs] jbossmx/src/resources/jgroups ...

Brian Stansberry brian.stansberry at jboss.com
Wed Jul 26 17:27:16 EDT 2006


  User: bstansberry
  Date: 06/07/26 17:27:16

  Modified:    src/resources/jgroups  multiplexer-xmbean.xml
  Log:
  Fix the comments
  
  Revision  Changes    Path
  1.3       +3 -3      jbossmx/src/resources/jgroups/multiplexer-xmbean.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: multiplexer-xmbean.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/src/resources/jgroups/multiplexer-xmbean.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- multiplexer-xmbean.xml	25 Jul 2006 15:33:12 -0000	1.2
  +++ multiplexer-xmbean.xml	26 Jul 2006 21:27:16 -0000	1.3
  @@ -7,13 +7,13 @@
   <!--
       An example for setting up the JChannelFactory MBean
       Author: Bela Ban
  -    Version: $Id: multiplexer-xmbean.xml,v 1.2 2006/07/25 15:33:12 bstansberry Exp $
  +    Version: $Id: multiplexer-xmbean.xml,v 1.3 2006/07/26 21:27:16 bstansberry Exp $
       -->
   <mbean>
   
       <description>JGroups Multiplexer</description>
       
  -    <!-- JBAS-3424 -- remove when JBAS-3425 is resolved -->
  +    <!-- JBAS-3424 remove when JBAS-3425 is resolved -->
       <!--class>org.jgroups.jmx.JChannelFactory</class-->
       <class>org.jboss.ha.framework.server.JChannelFactory</class>
       
  @@ -26,7 +26,7 @@
   
       <!-- Attributes -->
       
  -    <!-- JBAS-3424 -- remove when JBAS-3425 is resolved -->
  +    <!-- JBAS-3424 remove when JBAS-3425 is resolved -->
       <attribute access="read-write" getMethod="getNodeName" setMethod="setNodeName">
           <description>The unique name of the node across the partition.</description>
           <name>NodeName</name>
  
  
  



More information about the jboss-cvs-commits mailing list