Remove deprecated API use.

This commit is contained in:
Olga Maciaszek-Sharma
2022-10-17 14:01:57 +02:00
parent 6ca3ef8fa6
commit d7fd71dfb5

View File

@@ -248,11 +248,6 @@ public class RetryableFeignBlockingLoadBalancerClient implements Client {
return HttpMethod.valueOf(request.httpMethod().name());
}
@Override
public String getMethodValue() {
return getMethod().name();
}
@Override
public URI getURI() {
return URI.create(request.url());