Update RetreiveMessageErrorDecoder.java
This commit is contained in:
parent
24a8399b6b
commit
896ab2d7da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue