Adjust method name to previous changes.

This commit is contained in:
Olga Maciaszek-Sharma
2020-04-07 13:46:37 +02:00
parent 47c2523ede
commit 20e29f2d80

View File

@@ -130,7 +130,7 @@ class Application {
}
@Bean
public AnnotatedFeignClient myNameRemote(Client client, Decoder decoder, Encoder encoder,
public AnnotatedFeignClient annotatedFeignClient(Client client, Decoder decoder, Encoder encoder,
Contract contract) {
return Feign.builder().client(client).encoder(encoder).decoder(decoder)
.contract(contract)