Copy-paste error, should have been HTTPCLIENT-1033

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-10 14:21:00 +00:00
parent 9a4d4f8bdd
commit 75e94a15dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Changes since 4.1 BETA1
-----------------------
* [HTTPCLIENT-1030] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic
* [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic
Contributed by Sebastian Bazley <sebb at apache.org>
* [HTTPCLIENT-1030] Implement "ignoreCookies" CookieSpec