/[classpath]/classpath/java/io/Writer.java
ViewVC logotype

Diff of /classpath/java/io/Writer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13.2.1 by tromey, Thu Aug 26 21:21:10 2004 UTC revision 1.13.2.2 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* Writer.java -- Base class for character output streams  /* Writer.java -- Base class for character output streams
2     Copyright (C) 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 51  package java.io; Line 51  package java.io;
51   * destination such as a file on disk or network connection.   * destination such as a file on disk or network connection.
52   *   *
53   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
54   * @author Per Bothner <bothner@cygnus.com>   * @author Per Bothner (bothner@cygnus.com)
55   */   */
56  public abstract class Writer implements Appendable, Closeable, Flushable  public abstract class Writer implements Appendable, Closeable, Flushable
57  {  {

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26