Fixed Java 5 incompatibility causing a compile error with JDK 1.5

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1437994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-01-24 13:37:10 +00:00
parent 508497a8be
commit 983bef040d
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class AsynchronousValidator implements Closeable {
this.cacheKeyGenerator = new CacheKeyGenerator();
}
@Override
public void close() throws IOException {
executor.shutdown();
}