Fix checkstyle errors

This commit is contained in:
norman 2012-05-14 07:27:36 +02:00
parent bb51266b07
commit 127b89f276
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public abstract class WebSocketClientHandshaker {
private final String expectedSubprotocol;
private String actualSubprotocol = null;
private String actualSubprotocol;
protected final Map<String, String> customHeaders;

View File

@ -37,7 +37,7 @@ public abstract class WebSocketServerHandshaker {
private final long maxFramePayloadLength;
private String selectedSubprotocol = null;
private String selectedSubprotocol;
/**
* {@link ChannelFutureListener} which will call