Remove dead code

This commit is contained in:
Stephane Nicoll 2015-06-24 15:57:43 +02:00
parent e9baa779cc
commit 41b4d41f11

View File

@ -75,9 +75,6 @@ public class EndpointWebMvcChildContextConfiguration {
@Value("${error.path:/error}")
private String errorPath = "/error";
@Autowired(required = false)
private List<EndpointHandlerMappingCustomizer> mappingCustomizers;
@Configuration
protected static class ServerCustomization implements
EmbeddedServletContainerCustomizer, Ordered {