Commit 367963f2 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 8b69856f
...@@ -144,8 +144,8 @@ public class JolokiaAutoConfigurationTests { ...@@ -144,8 +144,8 @@ public class JolokiaAutoConfigurationTests {
public EndpointHandlerMapping endpointHandlerMapping( public EndpointHandlerMapping endpointHandlerMapping(
Collection<? extends MvcEndpoint> endpoints) { Collection<? extends MvcEndpoint> endpoints) {
EndpointHandlerMapping mapping = new EndpointHandlerMapping(endpoints); EndpointHandlerMapping mapping = new EndpointHandlerMapping(endpoints);
mapping.setSecurityInterceptor( mapping.setSecurityInterceptor(new MvcEndpointSecurityInterceptor(false,
new MvcEndpointSecurityInterceptor(false, Collections.emptyList())); Collections.<String>emptyList()));
return mapping; return mapping;
} }
......
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