mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 15:35:20 +00:00
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 @@
|
|||||||
* 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user