InputStreamReader.java: Fixed @author tag.
authorMichael Koch <konqueror@gmx.de>
Mon, 21 Feb 2005 08:27:00 +0000 (08:27 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 21 Feb 2005 08:27:00 +0000 (08:27 +0000)
2005-02-21  Michael Koch  <konqueror@gmx.de>

* java/io/InputStreamReader.java:
Fixed @author tag.

From-SVN: r95323

libjava/ChangeLog
libjava/java/io/InputStreamReader.java

index 18a4697603b9f4f64a2646ef289853d4f9b990a3..d84bfaf97df39380795b094e0260e07fd20e52fc 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-21  Michael Koch  <konqueror@gmx.de>
+
+       * java/io/InputStreamReader.java:
+       Fixed @author tag.
+
 2005-02-20  Rutger Ovidius  <ovidr@users.sourceforge.net>
 
        PR libgcj/19728:
index 3ebbb4ec9e417eb094ba7716a41524a623db8a75..ee03a5e617590abcec4b301ad888fafdbb16fcc3 100644 (file)
@@ -1,5 +1,5 @@
 /* InputStreamReader.java -- Reader than transforms bytes to chars
-   Copyright (C) 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -82,7 +82,7 @@ import gnu.gcj.convert.*;
  * @see InputStream
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @date April 22, 1998.  
  */
 public class InputStreamReader extends Reader