HTTPCLIENT-1057: Fixed wrong class name in the HttpClient tutorial

Contributed by Neeme Praks <neeme at apache.org>


git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2011-02-15 15:59:10 +00:00
parent c3c7ba214d
commit d2670af7dc
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ httpclient.getParams().setParameter(
<para>HttpClient can work with any physical representation of a persistent cookie store that
implements the <interfacename>CookieStore</interfacename> interface. The default
<interfacename>CookieStore</interfacename> implementation called
<classname>BasicClientCookie</classname> is a simple implementation backed by a
<classname>BasicCookieStore</classname> is a simple implementation backed by a
<classname>java.util.ArrayList</classname>. Cookies stored in an
<classname>BasicClientCookie</classname> object are lost when the container object
get garbage collected. Users can provide more complex implementations if