From bd2230961d0db207cfdc848b4e1012bff71220d4 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 17 May 2013 22:09:11 +0200 Subject: [PATCH] Fix checkstyle --- .../codec/http/websocketx/WebSocketServerHandshaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java index dc1fb913af..38d00d0389 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java @@ -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