Removes deprecated interface

This commit is contained in:
spencergibb
2020-12-20 13:16:52 -05:00
parent f69d814315
commit 5a1aa899f0

View File

@@ -104,16 +104,4 @@ public class ConsulDiscoveryClient implements DiscoveryClient {
return this.properties.getOrder();
}
/**
* Depreacted local resolver.
*/
@Deprecated
public interface LocalResolver {
String getInstanceId();
Integer getPort();
}
}