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

Diff of /classpath/java/io/PushbackReader.java

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

revision 1.12 by mkoch, Thu Apr 8 15:04:37 2004 UTC revision 1.12.2.1 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* PushbackReader.java -- An character stream that can unread chars  /* PushbackReader.java -- An character stream that can unread chars
2     Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.     Copyright (C) 1998, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 49  package java.io; Line 49  package java.io;
49   * by the creator of the stream.   * by the creator of the stream.
50   *   *
51   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
52   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy (warrenl@cygnus.com)
53   */   */
54  public class PushbackReader extends FilterReader  public class PushbackReader extends FilterReader
55  {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.1

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