Skip to content

Commit

Permalink
Fix checkstyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jabley committed Feb 18, 2012
1 parent 479def2 commit 6d8daab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public QueryStringDecoder(URI uri, Charset charset, int maxParams) {
if (rawPath != null) {
hasPath = true;
} else {
rawPath ="";
rawPath = "";
hasPath = false;
}
// Also take care of cut of things like "http://localhost"
Expand Down

0 comments on commit 6d8daab

Please sign in to comment.