diff options
Diffstat (limited to 'libjava/java/net/ConnectException.java')
-rw-r--r-- | libjava/java/net/ConnectException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/net/ConnectException.java b/libjava/java/net/ConnectException.java index 2dd35e7..2a3ec94 100644 --- a/libjava/java/net/ConnectException.java +++ b/libjava/java/net/ConnectException.java @@ -43,8 +43,8 @@ package java.net; * connect to a remote host. Often this indicates that the remote host * refused the connection (ie, is not listening on the target socket). * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Warren Levy <warrenl@cygnus.com> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Warren Levy (warrenl@cygnus.com) * @since 1.1 * @status updated to 1.4 */ |