netty5/transport/src
Scott Mitchell 3fa4603120 Cleanup ChannelOption.AUTO_CLOSE javadocs
Motivation:
The javadocs for ChannelOption.AUTO_CLOSE say the default is false, but the default is currently true.

Modifications:
- Make javadocs consistent with code

Result:
Less confusing docs.
2015-11-24 15:23:15 -08:00
..
main/java/io/netty Cleanup ChannelOption.AUTO_CLOSE javadocs 2015-11-24 15:23:15 -08:00
test/java/io/netty Improved DefaultChannelPipeline#destroy() to avoid spinning continuously in case of custom executors. 2015-11-06 19:37:53 +01:00