Make fields static where possible.

This commit is contained in:
Craig P. Motlin 2011-11-09 21:42:17 -05:00
parent f84a9e1c52
commit 6f857d271c

View File

@ -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;