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 4bde044957
commit b029800b68

View File

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