Skip to content

Commit

Permalink
Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Aug 15, 2023
1 parent 09eddd9 commit 22a257c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Content handleEntity(final HttpEntity entity) throws IOException {
* @param response the HTTP response.
* @return a {@link Content} object that encapsulates the response body, or {@link Content#NO_CONTENT} if the
* response body is {@code null} or has zero length.
* @throws HttpResponseException if the response was unsuccessful (a >= 300 status code).
* @throws HttpResponseException if the response was unsuccessful (status code greater than 300).
* @throws IOException if an I/O error occurs.
*/
@Override
Expand Down

0 comments on commit 22a257c

Please sign in to comment.