Mark constructor as @deprecated. See #283

This commit is contained in:
norman 2012-04-27 07:29:05 +02:00
parent 99da06bfd1
commit 8507be1a71

View File

@ -48,7 +48,9 @@ public class WebSocket00FrameDecoder extends ReplayingDecoder<VoidEnum> {
*
* @param maxFrameSize
* the maximum frame size to decode
* @deprecated
*/
@Deprecated
public WebSocket00FrameDecoder(int maxFrameSize) {
this.maxFrameSize = maxFrameSize;
}