diff --git a/src/main/java/org/jboss/netty/channel/ChannelHandlerContext.java b/src/main/java/org/jboss/netty/channel/ChannelHandlerContext.java index b602e41635..ebd9c01460 100644 --- a/src/main/java/org/jboss/netty/channel/ChannelHandlerContext.java +++ b/src/main/java/org/jboss/netty/channel/ChannelHandlerContext.java @@ -23,8 +23,8 @@ package org.jboss.netty.channel; /** - * The context type which enables the interaction - * between a {@link ChannelHandler} and its {@link ChannelPipeline} + * Provides the properties and operations which are specific to the + * {@link ChannelHandler} and the {@link ChannelPipeline} it belongs to. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Trustin Lee (tlee@redhat.com)