Remove dead code
This commit is contained in:
parent
e9baa779cc
commit
41b4d41f11
|
|
@ -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…
Reference in New Issue