This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 58898a5 Polish
58898a5 is described below
commit 58898a573086dbe58ae77ac17cbb0cf77a62cdc5
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 8 22:06:46 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..dd769cd 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: [email protected]
For additional commands, e-mail: [email protected]