OSDN Git Service

2005-02-21 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Feb 2005 08:27:00 +0000 (08:27 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Feb 2005 08:27:00 +0000 (08:27 +0000)
* java/io/InputStreamReader.java:
Fixed @author tag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95323 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 18a4697..d84bfaf 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 3ebbb4e..ee03a5e 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