+=@NotThreadSafe

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@941945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-05-06 21:34:29 +00:00
parent b5ce3f91ec
commit 62555455bd

View File

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