diff --git a/src/docbkx/statemgmt.xml b/src/docbkx/statemgmt.xml index ca5d298e7..c8c8651aa 100644 --- a/src/docbkx/statemgmt.xml +++ b/src/docbkx/statemgmt.xml @@ -297,7 +297,7 @@ httpclient.getParams().setParameter( HttpClient can work with any physical representation of a persistent cookie store that implements the CookieStore interface. The default CookieStore implementation called - BasicClientCookie is a simple implementation backed by a + BasicCookieStore is a simple implementation backed by a java.util.ArrayList. Cookies stored in an BasicClientCookie object are lost when the container object get garbage collected. Users can provide more complex implementations if