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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org