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:
parent
83efe306fd
commit
155a9c61c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue