Commit a3fac379 authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle error

parent 287a62c8
...@@ -145,7 +145,7 @@ public class LogFileMvcEndpoint implements MvcEndpoint, EnvironmentAware { ...@@ -145,7 +145,7 @@ public class LogFileMvcEndpoint implements MvcEndpoint, EnvironmentAware {
private final Resource resource; private final Resource resource;
public Handler(Resource resource) { Handler(Resource resource) {
this.resource = resource; this.resource = resource;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment