[Patch] java.io.InputStreamReader
Michael Koch
konqueror@gmx.de
Mon Feb 21 16:08:00 GMT 2005
Hi list,
in order to reduce the diff against GNU classpath CVS I commited the
attached patch under the "obvious"-rule.
Michael
2005-02-21 Michael Koch <konqueror@gmx.de>
* java/io/InputStreamReader.java:
Fixed @author tag.
-------------- next part --------------
Index: java/io/InputStreamReader.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/io/InputStreamReader.java,v
retrieving revision 1.17
diff -u -r1.17 InputStreamReader.java
--- java/io/InputStreamReader.java 20 Apr 2004 11:37:41 -0000 1.17
+++ java/io/InputStreamReader.java 21 Feb 2005 08:26:15 -0000
@@ -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 @@
* @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
More information about the Java-patches
mailing list