Make fields static where possible.
This commit is contained in:
parent
f84a9e1c52
commit
6f857d271c
@ -49,7 +49,7 @@ public class WebSocketClientHandshaker10 extends WebSocketClientHandshaker {
|
||||
|
||||
private String expectedChallengeResponseString = null;
|
||||
|
||||
private final String protocol = null;
|
||||
private static final String protocol = null;
|
||||
|
||||
private boolean allowExtensions = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user