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 2019/11/08 22:08:21 UTC

[tomcat] branch 8.5.x updated: Polish

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new a12a166  Polish
a12a166 is described below

commit a12a1665b258a089b2ddbc59c08c2002b840b4dd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Nov 8 22:08:05 2019 +0000

    Polish
---
 java/org/apache/catalina/tribes/transport/ReceiverBase.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/java/org/apache/catalina/tribes/transport/ReceiverBase.java b/java/org/apache/catalina/tribes/transport/ReceiverBase.java
index 8d82aaa..185058d 100644
--- a/java/org/apache/catalina/tribes/transport/ReceiverBase.java
+++ b/java/org/apache/catalina/tribes/transport/ReceiverBase.java
@@ -220,10 +220,10 @@ public abstract class ReceiverBase implements ChannelReceiver, ListenCallback, R
 
     /**
      * Same as bind() except it does it for the UDP port
-     * @param socket The socket to bind
-     * @param portstart     Starting port for bind attempts
-     * @param retries       Number of times to attempt to bind (port incremented
-     *                      between attempts)
+     * @param socket	The socket to bind
+     * @param portstart Starting port for bind attempts
+     * @param retries   Number of times to attempt to bind (port incremented
+     *                  between attempts)
      * @return int The retry count
      * @throws IOException Socket bind error
      */
@@ -603,4 +603,4 @@ public abstract class ReceiverBase implements ChannelReceiver, ListenCallback, R
         this.maxIdleTime = maxIdleTime;
     }
 
-}
\ No newline at end of file
+}


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