Update RetreiveMessageErrorDecoder.java

This commit is contained in:
Amitabh Tiwari 2022-07-23 07:25:28 +05:30
parent 24a8399b6b
commit 896ab2d7da
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import feign.codec.ErrorDecoder;
public class RetreiveMessageErrorDecoder implements ErrorDecoder {
private final ErrorDecoder errorDecoder = new Default();
@Override
public Exception decode(String methodKey, Response response) {
ExceptionMessage message = null;