Skip to content

Commit

Permalink
HTTPCLIENT-2346: Javadoc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Oct 18, 2024
1 parent f4e396f commit 0eb9a47
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
* 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 <em>will not</em> respect
* {@link HttpRequestRetryStrategy#getRetryInterval(HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext)}.
* be re-executed.
* <p>
* Further responsibilities such as communication with the opposite
* endpoint is delegated to the next executor in the request execution
Expand Down

0 comments on commit 0eb9a47

Please sign in to comment.