Add ThreadSafe annotation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@939872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0dcc10684f
commit
64c00009a4
|
@ -26,6 +26,7 @@
|
|||
|
||||
package org.apache.http.impl.client;
|
||||
|
||||
import org.apache.http.annotation.ThreadSafe;
|
||||
import org.apache.http.client.protocol.RequestAcceptEncoding;
|
||||
import org.apache.http.client.protocol.ResponseContentEncoding;
|
||||
import org.apache.http.conn.ClientConnectionManager;
|
||||
|
@ -38,6 +39,7 @@ import org.apache.http.protocol.BasicHttpProcessor;
|
|||
*
|
||||
* @since 4.1
|
||||
*/
|
||||
@ThreadSafe // since DefaultHttpClient is
|
||||
public class ContentEncodingHttpClient extends DefaultHttpClient {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue