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

View File

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