Fix javadoc

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6161 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-09-16 17:45:50 +00:00
parent 1645c23be5
commit ffd5b490bf
@@ -31,7 +31,7 @@ public class SocketChannelAcceptor extends SelectAcceptor
* Creates an acceptor that passes socket connections on to the given handler.
*
* @param failureHandler - called when the selector is irredemably broken.
* @param hostname - the hostname to bind to or null for all interfaces
* @param bindHostname - the hostname to bind to or null for all interfaces
* @param ports - the ports to bind to, or an empty array to skip binding
*/
public SocketChannelAcceptor (SocketChannelHandler connectionHandler,