diff options
Diffstat (limited to 'libjava/java/net/ContentHandlerFactory.java')
-rw-r--r-- | libjava/java/net/ContentHandlerFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/net/ContentHandlerFactory.java b/libjava/java/net/ContentHandlerFactory.java index cdfbca285d3..fa8e8188f16 100644 --- a/libjava/java/net/ContentHandlerFactory.java +++ b/libjava/java/net/ContentHandlerFactory.java @@ -49,7 +49,7 @@ package java.net; * handler for that type. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) */ public interface ContentHandlerFactory { |