diff options
Diffstat (limited to 'libjava/java/net/NoRouteToHostException.java')
-rw-r--r-- | libjava/java/net/NoRouteToHostException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/net/NoRouteToHostException.java b/libjava/java/net/NoRouteToHostException.java index d133893..5427fb5 100644 --- a/libjava/java/net/NoRouteToHostException.java +++ b/libjava/java/net/NoRouteToHostException.java @@ -42,8 +42,8 @@ package java.net; * This exception indicates that there is no TCP/IP route to the requested * host. This is often due to a misconfigured routing table. * - * @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 */ |