Browse Source

Polish

pull/3630/merge
Stephane Nicoll 11 years ago
parent
commit
e32efc179c
  1. 6
      spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.java

6
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.java

@ -157,12 +157,6 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration { @@ -157,12 +157,6 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
@ConditionalOnProperty(value = "endpoints.links.enabled", matchIfMissing = true)
public static class LinksConfiguration {
@Autowired
private ListableBeanFactory beanFactory;
@Autowired
private ManagementServerProperties management;
@Bean
@Conditional(NotSpringDataRestHomePageCondition.class)
public LinksMvcEndpoint linksMvcEndpoint(ResourceProperties resources) {

Loading…
Cancel
Save