[jboss-cvs] JBoss Messaging SVN: r6926 - trunk/docs/user-manual/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 10:12:11 EDT 2009


Author: ataylor
Date: 2009-05-20 10:12:11 -0400 (Wed, 20 May 2009)
New Revision: 6926

Modified:
   trunk/docs/user-manual/en/ha.xml
Log:
reformatted code and tables for ha doc

Modified: trunk/docs/user-manual/en/ha.xml
===================================================================
--- trunk/docs/user-manual/en/ha.xml	2009-05-20 14:10:44 UTC (rev 6925)
+++ trunk/docs/user-manual/en/ha.xml	2009-05-20 14:12:11 UTC (rev 6926)
@@ -47,7 +47,9 @@
    
    <!-- This connector specifies how to connect to the backup server -->
    <connector name="backup-connector">
-     <factory-class>org.jboss.messaging.integration.transports.netty.NettyConnectorFactory</factory-class>
+     <factory-class>
+        org.jboss.messaging.integration.transports.netty.NettyConnectorFactory
+     </factory-class>
      <param key="jbm.remoting.netty.port" value="5445" type="Integer"/>
    </connector>
 




More information about the jboss-cvs-commits mailing list