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 @@ public class RFC2109Spec extends CookieSpecBase {
|
|||
* header as defined in RFC 2109 for backward compatibility with cookie
|
||||
* version 0
|
||||
* @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
|
||||
*/
|
||||
protected void formatParamAsVer(final CharArrayBuffer buffer,
|
||||
|
|
Loading…
Reference in New Issue