Added documentation to-dos

This commit is contained in:
Trustin Lee 2008-11-26 10:31:32 +00:00
parent 6df482b074
commit 78f86b2d3a
2 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,8 @@ import org.jboss.netty.channel.SimpleChannelHandler;
* {@link ClientBootstrap} instances as you want to apply different settings * {@link ClientBootstrap} instances as you want to apply different settings
* for different {@link Channel}s. * for different {@link Channel}s.
* *
* TODO: Show how to shut down a service using ChannelFactoryResource.release().
*
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (tlee@redhat.com)
* *

View File

@ -137,6 +137,8 @@ import org.jboss.netty.channel.SimpleChannelHandler;
* {@link ServerBootstrap} instances as you want to apply different settings * {@link ServerBootstrap} instances as you want to apply different settings
* for different {@link Channel}s. * for different {@link Channel}s.
* *
* TODO: Show how to shut down a service using ChannelFactoryResource.release().
*
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (tlee@redhat.com)
* *