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:
Oleg Kalnichevski 2007-10-30 17:18:52 +00:00
parent 47ed4116a2
commit 47b1f3e3d6

View File

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