Polishing: remove dead code

This commit is contained in:
Andy Wilkinson 2015-10-20 15:28:24 +01:00
parent 2109559f37
commit 0862ad7f52
1 changed files with 0 additions and 7 deletions

View File

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