Make checkstyle happier

pull/4022/merge
Dave Syer 9 years ago
parent c8021fa526
commit 933aad3c06

@ -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());
} }
} }
} }

Loading…
Cancel
Save