Make checkstyle happier
This commit is contained in:
parent
c8021fa526
commit
933aad3c06
|
|
@ -242,7 +242,7 @@ public class ManagementWebSecurityAutoConfiguration {
|
|||
}
|
||||
if (this.endpointHandlerMapping == null) {
|
||||
this.endpointHandlerMapping = new EndpointHandlerMapping(
|
||||
Collections.<MvcEndpoint> emptySet());
|
||||
Collections.<MvcEndpoint>emptySet());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue