Merge branch '2.1.x'

This commit is contained in:
Olga Maciaszek-Sharma
2019-05-17 10:54:28 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}