Skip to content

Commit

Permalink
don't wrap anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 14, 2024
1 parent 709ff8c commit 171745b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
* {@linkplain HttpSender} is a convenience type that implements the following logic:
* <ul>
* <li>During build, the sender should invoke the {@linkplain Factory}.</li>
* <li>If the result is {@link Constant}, build the sender to use a static
* value.</li>
* <li>If the result is {@link Constant}, build the sender to use a static value.</li>
* <li>Otherwise, call {@link HttpEndpointSupplier#get()} each time
* {@linkplain BytesMessageSender#send(List)} is invoked.</li>
* <li>Call {@link #close()} once during {@link BytesMessageSender#close()}.</li>
Expand Down

0 comments on commit 171745b

Please sign in to comment.