DOcument thread-safety
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7550a6edf6
commit
75dd0ae7dd
|
@ -26,9 +26,12 @@
|
|||
*/
|
||||
package org.apache.http.client.cache;
|
||||
|
||||
import org.apache.http.annotation.NotThreadSafe;
|
||||
|
||||
/**
|
||||
* @since 4.1
|
||||
*/
|
||||
@NotThreadSafe // reached
|
||||
public class InputLimit {
|
||||
|
||||
private final long value;
|
||||
|
|
Loading…
Reference in New Issue