Skip to content

Commit 0eb9a47

Browse files
committed
HTTPCLIENT-2346: Javadoc correction
1 parent f4e396f commit 0eb9a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/AsyncHttpRequestRetryExec.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
* Request executor in the asynchronous request execution chain that is
5656
* responsible for making a decision whether a request that failed due to
5757
* an I/O exception or received a specific response from the target server should
58-
* be re-executed. Note that this exec chain handler <em>will not</em> respect
59-
* {@link HttpRequestRetryStrategy#getRetryInterval(HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext)}.
58+
* be re-executed.
6059
* <p>
6160
* Further responsibilities such as communication with the opposite
6261
* endpoint is delegated to the next executor in the request execution

0 commit comments

Comments
 (0)