Merge branch '2.1.x'
This commit is contained in:
@@ -58,7 +58,7 @@ public class SpringDecoder implements Decoder {
|
||||
|
||||
return extractor.extractData(new FeignResponseAdapter(response));
|
||||
}
|
||||
throw new DecodeException(
|
||||
throw new DecodeException(response.status(),
|
||||
"type is not an instance of Class or ParameterizedType: " + type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user