Fixed the broken compilation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user