HTTPCLIENT-975: Make AsynchronousValidator class package-private.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Moore 2010-12-18 11:55:09 +00:00
parent 83efe306fd
commit 155a9c61c3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import org.apache.http.protocol.HttpContext;
* Class used for asynchronous revalidations to be used when the "stale-
* while-revalidate" directive is present
*/
public class AsynchronousValidator {
class AsynchronousValidator {
private final CachingHttpClient cachingClient;
private final ExecutorService executor;
private final Set<String> queued;