Browse Source

Remove dead code

pull/3320/head
Stephane Nicoll 11 years ago
parent
commit
41b4d41f11
  1. 3
      spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcChildContextConfiguration.java

3
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcChildContextConfiguration.java

@ -75,9 +75,6 @@ public class EndpointWebMvcChildContextConfiguration { @@ -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 {

Loading…
Cancel
Save