Fix checkstyle

This commit is contained in:
Norman Maurer 2012-02-18 23:03:13 +01:00
parent 812a9026b8
commit 5557137dc0

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"