Fix checkstyle warning

This commit is contained in:
James Abley 2012-02-18 23:19:45 +00:00
parent 479def20bd
commit 6d8daabefe

View File

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