Fix formatting

This commit is contained in:
norman 2012-04-26 11:56:58 +02:00
parent 0a1c76b0f7
commit 86217b692a

View File

@ -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.
}
}
}