Skip to content

Commit

Permalink
Fix HttpClientConnection.isConsistent description
Browse files Browse the repository at this point in the history
  • Loading branch information
laststem authored and ok2c committed May 16, 2024
1 parent 6d568cc commit 45ed496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public interface HttpClientConnection extends BHttpConnection {
/**
* Checks whether this connection is in a consistent state.
*
* @return {@code true} if the connection is known to be
* @return {@code false} if the connection is known to be
* in a inconsistent state and cannot be re-used.
*
* @see #terminateRequest(ClassicHttpRequest)
Expand Down

0 comments on commit 45ed496

Please sign in to comment.