This is an automated email from the ASF dual-hosted git repository.
remm 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 76830b1 Fix javadoc
76830b1 is described below
commit 76830b172770aeca0d99162b50b948c7b5f3cd7a
Author: remm <[email protected]>
AuthorDate: Wed May 15 20:05:02 2019 +0200
Fix javadoc
---
java/org/apache/tomcat/util/net/NioEndpoint.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java
b/java/org/apache/tomcat/util/net/NioEndpoint.java
index 5633c92..8f87f06 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -651,6 +651,7 @@ public class NioEndpoint extends
AbstractJsseEndpoint<NioChannel,SocketChannel>
* Registers a newly created socket with the poller.
*
* @param socket The newly created socket
+ * @param socketWrapper The socket wrapper
*/
public void register(final NioChannel socket, final NioSocketWrapper
socketWrapper) {
socketWrapper.interestOps(SelectionKey.OP_READ);//this is what
OP_REGISTER turns into.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]