From 5557137dc033ea16e7b833d7d074e38c7fb400d8 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 18 Feb 2012 23:03:13 +0100 Subject: [PATCH] Fix checkstyle --- .../java/io/netty/handler/codec/http/QueryStringDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java b/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java index 62f210a112..b01228ce3d 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java @@ -159,7 +159,7 @@ public class QueryStringDecoder { if (rawPath != null) { hasPath = true; } else { - rawPath =""; + rawPath = ""; hasPath = false; } // Also take care of cut of things like "http://localhost"