Javadoc not to receive a question about messy data transfer anymore

This commit is contained in:
Trustin Lee 2009-08-07 04:33:34 +00:00
parent 57ed3c1ee8
commit 7c828fc87d

View File

@ -72,6 +72,7 @@ public class ExecutionHandler implements ChannelUpstreamHandler, ChannelDownstre
/**
* Creates a new instance with the specified {@link Executor}.
* Specify an {@link OrderedMemoryAwareThreadPoolExecutor} if unsure.
*/
public ExecutionHandler(Executor executor) {
if (executor == null) {