Author: markt Date: Thu Jan 24 08:52:26 2013 New Revision: 1437903 URL: http://svn.apache.org/viewvc?rev=1437903&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54476 Fix Javadoc. destination has minimum length of 1, not 2
Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java?rev=1437903&r1=1437902&r2=1437903&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java (original) +++ tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java Thu Jan 24 08:52:26 2013 @@ -169,7 +169,7 @@ public class GroupChannel extends Channe /** * Send a message to the destinations specified - * @param destination Member[] - destination.length > 1 + * @param destination Member[] - destination.length > 0 * @param msg Serializable - the message to send * @param options int - sender options, options can trigger guarantee levels and different interceptors to * react to the message see class documentation for the <code>Channel</code> object.<br> @@ -184,7 +184,7 @@ public class GroupChannel extends Channe /** * - * @param destination Member[] - destination.length > 1 + * @param destination Member[] - destination.length > 0 * @param msg Serializable - the message to send * @param options int - sender options, options can trigger guarantee levels and different interceptors to * react to the message see class documentation for the <code>Channel</code> object.<br> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org