Fix checkstyle
This commit is contained in:
parent
812a9026b8
commit
5557137dc0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user