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