From 51dec6013bf15b1d561ed84d13ef67dfb6bd796a Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 23 Feb 2012 10:07:46 -0800 Subject: [PATCH] Fix build failure --- .../org/jboss/netty/handler/codec/http/QueryStringDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java b/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java index fac2e81205..4716876cb7 100644 --- a/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java @@ -168,7 +168,7 @@ public class QueryStringDecoder { if (rawPath != null) { hasPath = true; } else { - rawPath =""; + rawPath = ""; hasPath = false; } // Also take care of cut of things like "http://localhost"