Javadoc fix

This commit is contained in:
Oleg Kalnichevski 2023-08-15 11:21:03 +02:00
parent 09eddd9fa1
commit 22a257c2c2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ContentResponseHandler extends AbstractHttpClientResponseHandler<Co
* @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