You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2023/08/15 09:24:45 UTC

[httpcomponents-client] branch master updated: Javadoc fix

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 22a257c2c Javadoc fix
22a257c2c is described below

commit 22a257c2c227c63c20e59d8b561ffb187781223e
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Aug 15 11:21:03 2023 +0200

    Javadoc fix
---
 .../java/org/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 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