diff options
Diffstat (limited to 'libjava/java/net/MalformedURLException.java')
-rw-r--r-- | libjava/java/net/MalformedURLException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/net/MalformedURLException.java b/libjava/java/net/MalformedURLException.java index c9a50fa8650..6fdf12ae507 100644 --- a/libjava/java/net/MalformedURLException.java +++ b/libjava/java/net/MalformedURLException.java @@ -44,8 +44,8 @@ import java.io.IOException; * This exception indicates that a URL passed to an object was not in a * valid format. * - * @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) * @status updated to 1.4 */ public class MalformedURLException extends IOException |