3fa4603120
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.