Updated the ChannelGroup JavaDoc by removing b.releaseExternalResources();

This commit is contained in:
Willem Jiang 2014-07-24 16:18:56 +08:00 committed by Norman Maurer
parent 08c87c6256
commit ce069e2dc4

View File

@ -79,7 +79,6 @@ import java.util.Set;
* *
* // Close the serverChannel and then all accepted connections. * // Close the serverChannel and then all accepted connections.
* <strong>allChannels.close().awaitUninterruptibly();</strong> * <strong>allChannels.close().awaitUninterruptibly();</strong>
* b.releaseExternalResources();
* } * }
* *
* public class MyHandler extends {@link ChannelInboundHandlerAdapter} { * public class MyHandler extends {@link ChannelInboundHandlerAdapter} {