Javadoc tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@652960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5eedce1de8
commit
257a0ee548
|
@ -79,6 +79,7 @@ public class ProxySelectorMockup extends ProxySelector {
|
|||
* @return the list passed to the constructor,
|
||||
* or a default list with "DIRECT" as the only element
|
||||
*/
|
||||
@Override
|
||||
public List<Proxy> select(URI ignored) {
|
||||
return proxyList;
|
||||
}
|
||||
|
@ -87,6 +88,7 @@ public class ProxySelectorMockup extends ProxySelector {
|
|||
/**
|
||||
* Does nothing.
|
||||
*/
|
||||
@Override
|
||||
public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
|
||||
// no body
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue