Fix javadoc

This commit is contained in:
Arturo Bernal 2021-03-27 19:46:46 +01:00 committed by Oleg Kalnichevski
parent 73c1530b3f
commit e0c049060b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {