Fix checkstyle warning
This commit is contained in:
parent
479def20bd
commit
6d8daabefe
@ -159,7 +159,7 @@ public class QueryStringDecoder {
|
|||||||
if (rawPath != null) {
|
if (rawPath != null) {
|
||||||
hasPath = true;
|
hasPath = true;
|
||||||
} else {
|
} else {
|
||||||
rawPath ="";
|
rawPath = "";
|
||||||
hasPath = false;
|
hasPath = false;
|
||||||
}
|
}
|
||||||
// Also take care of cut of things like "http://localhost"
|
// Also take care of cut of things like "http://localhost"
|
||||||
|
Loading…
Reference in New Issue
Block a user