Exception not thrown

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-06 03:11:38 +00:00
parent 75dd0ae7dd
commit 32e1cc24bb
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ public class CachingHttpClient implements HttpClient {
}
private boolean alreadyHaveNewerCacheEntry(HttpHost target, HttpRequest request,
HttpResponse backendResponse) throws IOException {
HttpResponse backendResponse) {
HttpCacheEntry existing = null;
try {
existing = responseCache.getCacheEntry(target, request);