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 2013/01/24 09:57:41 UTC

svn commit: r1437908 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/GroupChannel.java webapps/docs/changelog.xml

Author: markt
Date: Thu Jan 24 08:57:41 2013
New Revision: 1437908

URL: http://svn.apache.org/viewvc?rev=1437908&view=rev
Log:
Fix Javadoc.
destination has minimum length of 1, not 2

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1437903

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java?rev=1437908&r1=1437907&r2=1437908&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java Thu Jan 24 08:57:41 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>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1437908&r1=1437907&r2=1437908&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Jan 24 08:57:41 2013
@@ -115,6 +115,11 @@
         and <code>counterSend_EVT_CHANGE_SESSION_ID</code>. These values are not
         incremented if no members active in cluster group. (kfujino)
       </fix>
+      <fix>
+        <bug>54476</bug>: Correct error in Javadoc of GroupChannel send methods
+        to maker clear that the minimum length of the destination member array
+        is one, not two. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">



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