We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aee728 commit f8254e0Copy full SHA for f8254e0
src/main/java/org/jsl/collider/Acceptor.java
@@ -39,7 +39,7 @@ public Acceptor()
39
40
/**
41
* Initialize acceptor to listen on the particular port.
42
- * @param listenPort
+ * @param listenPort TCP port number to accept connections on.
43
*/
44
public Acceptor(int listenPort)
45
{
0 commit comments