From 22a257c2c227c63c20e59d8b561ffb187781223e Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 15 Aug 2023 11:21:03 +0200 Subject: [PATCH] Javadoc fix --- .../apache/hc/client5/http/fluent/ContentResponseHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentResponseHandler.java b/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentResponseHandler.java index 70d403e24..faa221f0a 100644 --- a/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentResponseHandler.java +++ b/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentResponseHandler.java @@ -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