Fix checkstyle errors
This commit is contained in:
parent
ddd2f22fcc
commit
9f6cc0a0d2
@ -35,7 +35,7 @@ public abstract class WebSocketClientHandshaker {
|
|||||||
|
|
||||||
private final String expectedSubprotocol;
|
private final String expectedSubprotocol;
|
||||||
|
|
||||||
private String actualSubprotocol = null;
|
private String actualSubprotocol;
|
||||||
|
|
||||||
protected final Map<String, String> customHeaders;
|
protected final Map<String, String> customHeaders;
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ public abstract class WebSocketServerHandshaker {
|
|||||||
|
|
||||||
private final long maxFramePayloadLength;
|
private final long maxFramePayloadLength;
|
||||||
|
|
||||||
private String selectedSubprotocol = null;
|
private String selectedSubprotocol;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor using default values
|
* Constructor using default values
|
||||||
|
Loading…
Reference in New Issue
Block a user