git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1128432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-05-27 19:29:53 +00:00
parent 180ec543f0
commit cf5eb5dea5
1 changed files with 1 additions and 1 deletions

View File

@ -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;