Fixed the broken compilation

This commit is contained in:
Marcin Grzejszczak
2019-09-18 10:03:00 +02:00
parent 9cb75f0cf7
commit 667210e0fb

View File

@@ -211,7 +211,7 @@ class CustomConfig {
this.feignComponentAsserter.executedComponents.put(ErrorDecoder.class, true);
if (response.status() == 409) {
return new RetryableException(409, "Article not Ready",
Request.HttpMethod.GET, new Date());
Request.HttpMethod.GET, new Date(), response.request());
}
else {
return super.decode(methodKey, response);