Fix checkstyle error

This commit is contained in:
Phillip Webb 2015-11-10 15:32:25 -08:00
parent 287a62c8f3
commit a3fac37904
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class LogFileMvcEndpoint implements MvcEndpoint, EnvironmentAware {
private final Resource resource;
public Handler(Resource resource) {
Handler(Resource resource) {
this.resource = resource;
}