Fix checkstyle

This commit is contained in:
norman 2012-04-27 08:57:12 +02:00
parent 8507be1a71
commit 3454cbbc03
3 changed files with 17 additions and 18 deletions

View File

@ -85,8 +85,7 @@ public class WebSocket13FrameDecoder extends WebSocket08FrameDecoder {
* appropriate value for you application helps check for denial * appropriate value for you application helps check for denial
* of services attacks. * of services attacks.
*/ */
public WebSocket13FrameDecoder(boolean maskedPayload, public WebSocket13FrameDecoder(boolean maskedPayload, boolean allowExtensions, long maxFramePayloadLength) {
boolean allowExtensions, long maxFramePayloadLength) {
super(maskedPayload, allowExtensions, maxFramePayloadLength); super(maskedPayload, allowExtensions, maxFramePayloadLength);
} }
} }