summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/net/ProxySelector.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/net/ProxySelector.java')
-rw-r--r--libjava/classpath/java/net/ProxySelector.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/java/net/ProxySelector.java b/libjava/classpath/java/net/ProxySelector.java
index 78592a24441..6c85f99c782 100644
--- a/libjava/classpath/java/net/ProxySelector.java
+++ b/libjava/classpath/java/net/ProxySelector.java
@@ -44,7 +44,7 @@ import java.util.List;
/**
* Class for handling proxies for different connections.
- *
+ *
* @since 1.5
*/
public abstract class ProxySelector
@@ -100,17 +100,17 @@ public abstract class ProxySelector
/**
* Signals to the selector that a proxy was no available.
- *
+ *
* @throws IllegalArgumentException If one argument is null
*/
public abstract void connectFailed(URI uri, SocketAddress address,
- IOException exception);
+ IOException exception);
/**
* Returns the list of proxy settings for a given URI.
*
* @return list of proxy settings
- *
+ *
* @throws IllegalArgumentException If uri is null
*/
public abstract List<Proxy> select(URI uri);
OpenPOWER on IntegriCloud