Fix checkstyle

This commit is contained in:
Norman Maurer 2013-05-17 22:09:11 +02:00
parent aaca9df99a
commit bd2230961d

View File

@ -58,7 +58,7 @@ public abstract class WebSocketServerHandshaker {
/**
* Use this as wildcard to support all requested sub-protocols
*/
public final static String SUB_PROTOCOL_WILDCARD = "*";
public static final String SUB_PROTOCOL_WILDCARD = "*";
/**
* Constructor specifying the destination web socket location