Spelling
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1128432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
180ec543f0
commit
cf5eb5dea5
|
@ -182,7 +182,7 @@ public class BestMatchSpec implements CookieSpec {
|
|||
|
||||
public List<Header> formatCookies(final List<Cookie> cookies) {
|
||||
if (cookies == null) {
|
||||
throw new IllegalArgumentException("List of cookie may not be null");
|
||||
throw new IllegalArgumentException("List of cookies may not be null");
|
||||
}
|
||||
int version = Integer.MAX_VALUE;
|
||||
boolean isSetCookie2 = true;
|
||||
|
|
Loading…
Reference in New Issue