Commit 933aad3c authored by Dave Syer's avatar Dave Syer

Make checkstyle happier

parent c8021fa5
...@@ -242,7 +242,7 @@ public class ManagementWebSecurityAutoConfiguration { ...@@ -242,7 +242,7 @@ public class ManagementWebSecurityAutoConfiguration {
} }
if (this.endpointHandlerMapping == null) { if (this.endpointHandlerMapping == null) {
this.endpointHandlerMapping = new EndpointHandlerMapping( this.endpointHandlerMapping = new EndpointHandlerMapping(
Collections.<MvcEndpoint> emptySet()); Collections.<MvcEndpoint>emptySet());
} }
} }
} }
......
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