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
1 changed files with 3 additions and 0 deletions

View File

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