diff options
Diffstat (limited to 'java/io/BufferedReader.java')
-rw-r--r-- | java/io/BufferedReader.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/io/BufferedReader.java b/java/io/BufferedReader.java index 190747039..ab5978848 100644 --- a/java/io/BufferedReader.java +++ b/java/io/BufferedReader.java @@ -1,5 +1,5 @@ /* BufferedReader.java - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,8 +55,8 @@ package java.io; * of remembering any number of input chars, to the limits of * system memory or the size of <code>Integer.MAX_VALUE</code> * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) */ public class BufferedReader extends Reader { |