TABS -> SPACES

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@939816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-04-30 21:03:23 +00:00
parent 283bba855f
commit c44b15f199
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ import org.apache.http.client.cache.HttpCache;
/**
* Implements {@link HttpCache} using LinkedHashMap for backing store
*
*
* @since 4.1
*/
public class BasicHttpCache implements HttpCache<CacheEntry> {
@ -94,7 +94,7 @@ public class BasicHttpCache implements HttpCache<CacheEntry> {
}
public synchronized void updateCacheEntry(
String url,
String url,
HttpCacheUpdateCallback<CacheEntry> callback) throws HttpCacheOperationException {
CacheEntry existingEntry = syncMap.get(url);
CacheEntry updated = callback.getUpdatedEntry(existingEntry);

View File

@ -64,5 +64,5 @@ public class HeaderConstants {
public static final String EXPECT = "Expect";
public static final String RANGE = "Range";
public static final String CONTENT_RANGE = "Content-Range";
}

View File

@ -38,7 +38,7 @@ import org.apache.http.impl.cookie.DateUtils;
/**
* Determines if an HttpResponse can be cached.
*
*
* @since 4.1
*/
public class ResponseCachingPolicy {

View File

@ -97,5 +97,5 @@ public class URIExtractor {
throw new RuntimeException("couldn't encode to UTF-8", uee);
}
}
}