add @Deprecated to go along with deprecated javadoc

This commit is contained in:
Spencer Gibb
2017-02-01 12:53:44 -07:00
parent 0b969eeea0
commit ba3dd0967a

View File

@@ -38,6 +38,7 @@ public interface DiscoveryClient {
*
* @return ServiceInstance with information used to register the local service
*/
@Deprecated
ServiceInstance getLocalServiceInstance();
/**