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:
parent
4753d7e3ac
commit
1326d80e52
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue