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 2021/03/28 10:36:44 UTC

[httpcomponents-client] 02/02: Fix javadoc

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

commit e0c049060b45dcb9b93b7802edee3e5e4301cae5
Author: Arturo Bernal <ar...@gmail.com>
AuthorDate: Sat Mar 27 19:46:46 2021 +0100

    Fix javadoc
---
 .../main/java/org/apache/hc/client5/http/impl/cache/WarningValue.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/WarningValue.java b/httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/WarningValue.java
index 787c242..70747cf 100644
--- a/httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/WarningValue.java
+++ b/httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/WarningValue.java
@@ -38,7 +38,7 @@ import org.apache.hc.core5.http.Header;
 /** This class provides for parsing and understanding Warning headers. As
  * the Warning header can be multi-valued, but the values can contain
  * separators like commas inside quoted strings, we cannot use the regular
- * {@link Header#getElements()} call to access the values.
+ * {@link Header#getValue()} } call to access the values.
  */
 class WarningValue {