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:
Sebastian Bazley 2011-01-06 03:10:21 +00:00
parent 7550a6edf6
commit 75dd0ae7dd

View File

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