diff --git a/transport/src/main/java/io/netty/channel/ChannelOption.java b/transport/src/main/java/io/netty/channel/ChannelOption.java index 8e24cb7b8c..31ed89d0e3 100644 --- a/transport/src/main/java/io/netty/channel/ChannelOption.java +++ b/transport/src/main/java/io/netty/channel/ChannelOption.java @@ -55,8 +55,8 @@ public class ChannelOption extends UniqueName { /** * @deprecated From version 5.0, {@link Channel} will not be closed on write failure. * - * {@code true} if and only if the {@link Channel} is closed automatically and immediately on write failure. - * The default is {@code false}. + * If {@code true} then the {@link Channel} is closed automatically and immediately on write failure. + * The default value is {@code true}. */ @Deprecated public static final ChannelOption AUTO_CLOSE = valueOf("AUTO_CLOSE");