Removes deprecated constructor

This commit is contained in:
Spencer Gibb
2018-06-05 13:36:18 -04:00
parent 0e03c2613a
commit 4cefe09f09

View File

@@ -54,11 +54,6 @@ public class ConfigWatch implements Closeable, ApplicationEventPublisherAware {
private ApplicationEventPublisher publisher;
private boolean firstTime = true;
@Deprecated
public ConfigWatch(ConsulConfigProperties properties, List<String> contexts, ConsulClient consul) {
this(properties, consul, new LinkedHashMap<>());
}
public ConfigWatch(ConsulConfigProperties properties, ConsulClient consul, LinkedHashMap<String, Long> initialIndexes) {
this.properties = properties;
this.consul = consul;