From 0564320d737e13665fbc184b407374c9466152b2 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Fri, 18 Oct 2024 10:43:02 +0200 Subject: [PATCH] HTTPCLIENT-2346: Javadoc correction --- .../hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java index 465decb05..292b6ed07 100644 --- a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java +++ b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java @@ -55,8 +55,7 @@ import org.slf4j.LoggerFactory; * Request executor in the asynchronous request execution chain that is * responsible for making a decision whether a request that failed due to * an I/O exception or received a specific response from the target server should - * be re-executed. Note that this exec chain handler will not respect - * {@link HttpRequestRetryStrategy#getRetryInterval(HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext)}. + * be re-executed. *

* Further responsibilities such as communication with the opposite * endpoint is delegated to the next executor in the request execution