InputStreamReader.java: Fixed @author tag.

2005-02-21  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r95323
This commit is contained in:
Michael Koch 2005-02-21 08:27:00 +00:00 committed by Michael Koch
parent bba5e0cad1
commit 171a3e0c44
2 changed files with 7 additions and 2 deletions

View 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:

View 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