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:
Sebastian Bazley 2008-05-03 00:54:30 +00:00
parent 5eedce1de8
commit 257a0ee548
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class ProxySelectorMockup extends ProxySelector {
* @return the list passed to the constructor, * @return the list passed to the constructor,
* or a default list with "DIRECT" as the only element * or a default list with "DIRECT" as the only element
*/ */
@Override
public List<Proxy> select(URI ignored) { public List<Proxy> select(URI ignored) {
return proxyList; return proxyList;
} }
@ -87,6 +88,7 @@ public class ProxySelectorMockup extends ProxySelector {
/** /**
* Does nothing. * Does nothing.
*/ */
@Override
public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
// no body // no body
} }