Skip to content

Commit

Permalink
Update src/java.net.http/share/classes/java/net/http/HttpClient.java
Browse files Browse the repository at this point in the history
Co-authored-by: Michael McMahon <[email protected]>
  • Loading branch information
dfuch and Michael-Mc-Mahon authored Mar 20, 2024
1 parent 67ace8e commit 6872974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.net.http/share/classes/java/net/http/HttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
*
* @implNote
* <p id="streaming">
* The HttpClient {@link BodyHandlers} and {@link BodySubscribers}
* API provide some {@linkplain BodySubscribers##streaming-body streaming
* The {@link BodyHandlers} and {@link BodySubscribers}
* classes provide some {@linkplain BodySubscribers##streaming-body streaming
* or publishing {@code BodyHandler} and {@code BodySubscriber}
* implementations} which allow to stream body data back to the caller.
* In order for the resources associated with these streams to be
Expand Down

0 comments on commit 6872974

Please sign in to comment.