Bug 54476 - incorrect param specification in javadoc ...tribes.group.GroupChannel send methods
Summary: incorrect param specification in javadoc ...tribes.group.GroupChannel send me...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 7.0.35
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 20:05 UTC by vince stewart
Modified: 2013-01-24 08:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vince stewart 2013-01-23 20:05:14 UTC
* @param destination Member[] - destination.length > 1

I believe this should be:

    * @param destination Member[] - destination.length > 0
Comment 1 Mark Thomas 2013-01-24 08:58:02 UTC
Agreed.

Thanks for the report. This has been fixed in trunk and 7.0.x and will be included in 7.0.36 onwards.