mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-19 16:37:06 +00:00
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;
|
package org.apache.http.client.cache;
|
||||||
|
|
||||||
|
import org.apache.http.annotation.NotThreadSafe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 4.1
|
* @since 4.1
|
||||||
*/
|
*/
|
||||||
|
@NotThreadSafe // reached
|
||||||
public class InputLimit {
|
public class InputLimit {
|
||||||
|
|
||||||
private final long value;
|
private final long value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user