Fix bogus javadoc.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-08-21 15:23:21 +00:00
parent 5a851c7f0d
commit b718e427a6
1 changed files with 3 additions and 3 deletions

View File

@ -86,10 +86,10 @@ public class RFC2965DomainAttributeHandler implements CookieAttributeHandler {
* Host A's name domain-matches host B's if
* </p>
* <ol>
* <ul>their host name strings string-compare equal; or</ul>
* <ul>A is a HDN string and has the form NB, where N is a non-empty
* <li>their host name strings string-compare equal; or</li>
* <li>A is a HDN string and has the form NB, where N is a non-empty
* name string, B has the form .B', and B' is a HDN string. (So,
* x.y.com domain-matches .Y.com but not Y.com.)</ul>
* x.y.com domain-matches .Y.com but not Y.com.)</li>
* </ol>
*
* @param host host name where cookie is received from or being sent to.