Skip to content

Commit

Permalink
Clarify javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker committed Jul 24, 2024
1 parent 63f19fa commit 8d522ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ default CompletableFuture<Boolean> afterFailure(HttpRequest.Builder builder, Htt
/**
* Called after a connection attempt fails.
* <p>
* This method will be invoked on each failed connection attempt so can be invoked multiple times for the same request.ID.
* This method will be invoked on each failed connection attempt.
*
* @param request the HTTP request.
* @param failure the Java exception that caused the failure.
Expand Down

0 comments on commit 8d522ac

Please sign in to comment.