Skip to content

Commit

Permalink
Update src/java.net.http/share/classes/java/net/http/HttpResponse.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 f227a7c commit 4f83089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ public static BodySubscriber<InputStream> ofInputStream() {
* from being reused for subsequent operations.
*
* @param charset the character set to use when converting bytes to characters
* @return a {@linkplain HttpClient##streaming streaming body subscriber} that streams
* @return a {@linkplain HttpClient##streaming streaming body subscriber} which streams
* the response body as a {@link Stream Stream}{@code <String>}.
*
* @see BufferedReader#lines()
Expand Down

0 comments on commit 4f83089

Please sign in to comment.