diff options
Diffstat (limited to 'java/io/Reader.java')
-rw-r--r-- | java/io/Reader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/io/Reader.java b/java/io/Reader.java index 18481ac69..bb4494b43 100644 --- a/java/io/Reader.java +++ b/java/io/Reader.java @@ -49,7 +49,7 @@ package java.io; * methods to read characters from a particular input source such as a file * or network connection. * - * @author Per Bothner <bothner@cygnus.com> + * @author Per Bothner (bothner@cygnus.com) * @date April 21, 1998. * @author Aaron M. Renn (arenn@urbanophile.com) */ |