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:
parent
508497a8be
commit
983bef040d
|
@ -87,7 +87,6 @@ class AsynchronousValidator implements Closeable {
|
|||
this.cacheKeyGenerator = new CacheKeyGenerator();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
executor.shutdown();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue