diff options
Diffstat (limited to 'libjava/java/net/NoRouteToHostException.java')
-rw-r--r-- | libjava/java/net/NoRouteToHostException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/net/NoRouteToHostException.java b/libjava/java/net/NoRouteToHostException.java index 2f7fb72..d133893 100644 --- a/libjava/java/net/NoRouteToHostException.java +++ b/libjava/java/net/NoRouteToHostException.java @@ -35,9 +35,9 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ - 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. |