Commit 0862ad7f authored by Andy Wilkinson's avatar Andy Wilkinson

Polishing: remove dead code

parent 2109559f
......@@ -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.
*/
......
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