Commit 171a3e0c by Michael Koch Committed by Michael Koch

InputStreamReader.java: Fixed @author tag.

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

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

From-SVN: r95323
parent bba5e0ca
2005-02-21 Michael Koch <konqueror@gmx.de>
* java/io/InputStreamReader.java:
Fixed @author tag.
2005-02-20 Rutger Ovidius <ovidr@users.sourceforge.net> 2005-02-20 Rutger Ovidius <ovidr@users.sourceforge.net>
PR libgcj/19728: PR libgcj/19728:
......
/* InputStreamReader.java -- Reader than transforms bytes to chars /* 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. This file is part of GNU Classpath.
...@@ -82,7 +82,7 @@ import gnu.gcj.convert.*; ...@@ -82,7 +82,7 @@ import gnu.gcj.convert.*;
* @see InputStream * @see InputStream
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Per Bothner <bothner@cygnus.com> * @author Per Bothner (bothner@cygnus.com)
* @date April 22, 1998. * @date April 22, 1998.
*/ */
public class InputStreamReader extends Reader public class InputStreamReader extends Reader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment