diff --git a/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListener.java b/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListener.java index 69805d3621..401a92c181 100644 --- a/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListener.java +++ b/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListener.java @@ -28,7 +28,7 @@ public interface Http2FrameListener { * * @param ctx the context from the handler where the frame was read. * @param streamId the subject stream for the frame. - * @param data payload buffer for the frame. If this buffer will be released by the codec. + * @param data payload buffer for the frame. This buffer will be released by the codec. * @param padding the number of padding bytes found at the end of the frame. * @param endOfStream Indicates whether this is the last frame to be sent from the remote * endpoint for this stream.