Polishing: remove dead code

pull/4259/head
Andy Wilkinson 9 years ago
parent 2109559f37
commit 0862ad7f52

@ -49,7 +49,6 @@ import org.springframework.boot.autoconfigure.web.ResourceProperties;
import org.springframework.boot.autoconfigure.web.ServerProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.MethodParameter;
import org.springframework.core.annotation.AnnotationUtils;
import org.springframework.core.io.ResourceLoader;
@ -136,12 +135,6 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
return new DefaultCurieProvider("boot", new UriTemplate(path));
}
@ConditionalOnProperty(prefix = "endpoints.actuator", name = "enabled", matchIfMissing = true)
@Configuration
static class ActuatorMvcEndpointConfiguration {
}
/**
* Controller advice that adds links to the actuator endpoint's path.
*/

Loading…
Cancel
Save