diff --git a/src/main/java/org/jboss/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java b/src/main/java/org/jboss/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java index aa67444f34..3454d7fb2f 100644 --- a/src/main/java/org/jboss/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java +++ b/src/main/java/org/jboss/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java @@ -21,7 +21,7 @@ import org.jboss.netty.buffer.DynamicChannelBuffer; /** * This class is not used by {@link ReplayingDecoder} anymore but is still here to not break API. * - * This will get removed in the future. + * This class will get removed in the future. * * @deprecated * @@ -42,4 +42,5 @@ class UnsafeDynamicChannelBuffer extends DynamicChannelBuffer { protected void checkReadableBytes(int minReaderRemaining) { // Do not check here - ReplayingDecoderBuffer will check. } -} \ No newline at end of file +} +