Make checkstyle happier

This commit is contained in:
Dave Syer 2015-10-01 13:53:04 +01:00
parent c8021fa526
commit 933aad3c06
1 changed files with 1 additions and 1 deletions

View File

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