mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 13:25:14 +08:00
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:
parent
bba5e0cad1
commit
171a3e0c44
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user