From 1d4465bdb576a25d12484dd798bbfe4333771324 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Date: Sat, 18 Dec 2010 11:58:37 +0000 Subject: [PATCH] HTTPCLIENT-975: Javadoc and import cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050622 13f79535-47bb-0310-9956-ffa450edef68 --- .../client/cache/AsynchronousValidationRequest.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/AsynchronousValidationRequest.java b/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/AsynchronousValidationRequest.java index fede49e51..51d647e8e 100644 --- a/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/AsynchronousValidationRequest.java +++ b/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/AsynchronousValidationRequest.java @@ -27,8 +27,6 @@ package org.apache.http.impl.client.cache; import java.io.IOException; -import java.util.Set; - import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.http.HttpHost; @@ -38,7 +36,8 @@ import org.apache.http.client.cache.HttpCacheEntry; import org.apache.http.protocol.HttpContext; /** - * Class used to represent an asynchronous revalidation event, such as with "stale-while-revalidate" + * Class used to represent an asynchronous revalidation event, such as with + * "stale-while-revalidate" */ class AsynchronousValidationRequest implements Runnable { private final AsynchronousValidator parent; @@ -52,10 +51,8 @@ class AsynchronousValidationRequest implements Runnable { private final Log log = LogFactory.getLog(getClass()); /** - * Used internally by {@link AsynchronousValidator} to schedule a revalidation. Once revalidation - * is complete, the {@link Set} bookKeeping will be locked and the {@link String} identifier will be - * removed from it. - * + * Used internally by {@link AsynchronousValidator} to schedule a + * revalidation. * @param cachingClient * @param target * @param request