Author: markt Date: Sun Mar 23 23:06:11 2014 New Revision: 1580659 URL: http://svn.apache.org/r1580659 Log: Fix bug in example
Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml?rev=1580659&r1=1580658&r2=1580659&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml Sun Mar 23 23:06:11 2014 @@ -70,7 +70,7 @@ Member[] group = myChannel.getMembers(); //send the message - channel.send(group,myMsg,Channel.SEND_OPTIONS_DEFAULT); + myChannel.send(group,myMsg,Channel.SEND_OPTIONS_DEFAULT); </source> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org