Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 18, 2012
1 parent 812a902 commit 5557137
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 5557137

Please sign in to comment.