mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
Fixed javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@590162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47ed4116a2
commit
47b1f3e3d6
@ -183,7 +183,8 @@ private Header[] doFormatManyHeaders(final Cookie[] cookies) {
|
|||||||
* header as defined in RFC 2109 for backward compatibility with cookie
|
* header as defined in RFC 2109 for backward compatibility with cookie
|
||||||
* version 0
|
* version 0
|
||||||
* @param buffer The char array buffer to use for output
|
* @param buffer The char array buffer to use for output
|
||||||
* @param param The parameter.
|
* @param name The cookie name
|
||||||
|
* @param value The cookie value
|
||||||
* @param version The cookie version
|
* @param version The cookie version
|
||||||
*/
|
*/
|
||||||
protected void formatParamAsVer(final CharArrayBuffer buffer,
|
protected void formatParamAsVer(final CharArrayBuffer buffer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user