Removes deprecated constant
This commit is contained in:
@@ -48,13 +48,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
@AutoConfigureAfter({ UtilAutoConfiguration.class, ConsulAutoConfiguration.class })
|
||||
public class ConsulDiscoveryClientConfiguration {
|
||||
|
||||
/**
|
||||
* Name of the catalog watch task scheduler bean.
|
||||
* @Deprecated Moved to {@link ConsulCatalogWatchAutoConfiguration}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String CATALOG_WATCH_TASK_SCHEDULER_NAME = ConsulCatalogWatchAutoConfiguration.CATALOG_WATCH_TASK_SCHEDULER_NAME;
|
||||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
public ConsulDiscoveryProperties consulDiscoveryProperties(InetUtils inetUtils) {
|
||||
|
||||
Reference in New Issue
Block a user