diff options
Diffstat (limited to 'libjava/java/io/Writer.java')
-rw-r--r-- | libjava/java/io/Writer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/io/Writer.java b/libjava/java/io/Writer.java index 49b6315..4a69030 100644 --- a/libjava/java/io/Writer.java +++ b/libjava/java/io/Writer.java @@ -1,5 +1,5 @@ /* Writer.java -- Base class for character output streams - 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. @@ -51,7 +51,7 @@ package java.io; * destination such as a file on disk or network connection. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Per Bothner <bothner@cygnus.com> + * @author Per Bothner (bothner@cygnus.com) */ public abstract class Writer { |