Revert "Added TODO to remove InfoEndpointRebinderConfiguration"

This reverts commit 2266cc9c1a.
This commit is contained in:
Ryan Baxter
2016-11-21 12:01:21 -05:00
parent 2266cc9c1a
commit 0a6466d9c0

View File

@@ -58,8 +58,6 @@ import org.springframework.integration.monitor.IntegrationMBeanExporter;
@AutoConfigureAfter(EndpointAutoConfiguration.class)
public class RefreshEndpointAutoConfiguration {
//TODO Remove this class and InfoEndpointRebinderConfiguration once we no longer
//need to support Boot 1.3.x
@ConditionalOnMissingClass("org.springframework.boot.actuate.info.InfoContributor")
protected static class InfoEndpointAutoConfiguration {