This commit is contained in:
Trustin Lee 2008-09-03 05:20:49 +00:00
parent fd261b1044
commit 9e3973415e

View File

@ -23,6 +23,6 @@
/**
* <a href="http://en.wikipedia.org/wiki/New_I/O">NIO</a>-based socket channel
* API implementation - recommended for large number of connections (&gt; 1000).
* API implementation - recommended for large number of connections (&gt;= 1000).
*/
package org.jboss.netty.channel.socket.nio;