You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/03/24 00:05:04 UTC

svn commit: r1580658 - /tomcat/trunk/webapps/docs/tribes/introduction.xml

Author: markt
Date: Sun Mar 23 23:05:04 2014
New Revision: 1580658

URL: http://svn.apache.org/r1580658
Log:
Fix bug in example

Modified:
    tomcat/trunk/webapps/docs/tribes/introduction.xml

Modified: tomcat/trunk/webapps/docs/tribes/introduction.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tribes/introduction.xml?rev=1580658&r1=1580657&r2=1580658&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tribes/introduction.xml (original)
+++ tomcat/trunk/webapps/docs/tribes/introduction.xml Sun Mar 23 23:05:04 2014
@@ -69,7 +69,7 @@ Serializable myMsg = new MyMessage();
 Member[] group = myChannel.getMembers();
 
 //send the message
-channel.send(group,myMsg,Channel.SEND_OPTIONS_DEFAULT);]]></source>
+myChannel.send(group,myMsg,Channel.SEND_OPTIONS_DEFAULT);]]></source>
     </li>
   </ul>
   <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org