Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Nov 10, 2015
1 parent 287a62c commit a3fac37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private static class Handler extends ResourceHttpRequestHandler {

private final Resource resource;

public Handler(Resource resource) {
Handler(Resource resource) {
this.resource = resource;
}

Expand Down

0 comments on commit a3fac37

Please sign in to comment.