diff options
Diffstat (limited to 'libjava/java/io/PrintWriter.java')
-rw-r--r-- | libjava/java/io/PrintWriter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/io/PrintWriter.java b/libjava/java/io/PrintWriter.java index 376b3c44e7b..e03f2f85a87 100644 --- a/libjava/java/io/PrintWriter.java +++ b/libjava/java/io/PrintWriter.java @@ -54,8 +54,8 @@ package java.io; * class which also auto-flushes when it encounters a newline character * in the chars written). * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) * @date April 17, 1998. */ public class PrintWriter extends Writer |