Private Field is not updated, might as well be final

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@756297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-03-20 01:53:34 +00:00
parent 4753d7e3ac
commit 1326d80e52
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import org.apache.http.cookie.SetCookie;
* @since 4.0
*/
public class PublicSuffixFilter implements CookieAttributeHandler {
private CookieAttributeHandler wrapped;
private final CookieAttributeHandler wrapped;
private Set<String> exceptions;
private Set<String> suffixes;