mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 23:16:33 +00:00
+=@NotThreadSafe
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@941945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5ce3f91ec
commit
62555455bd
@ -2,10 +2,12 @@
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.http.annotation.NotThreadSafe;
|
||||
import org.apache.http.message.HeaderGroup;
|
||||
|
||||
/**
|
||||
*/
|
||||
@NotThreadSafe // because HeaderGroup is @NotThreadSafe
|
||||
public class CachedHeaderGroup extends HeaderGroup implements Serializable {
|
||||
private static final long serialVersionUID = -4572663568087431896L;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user