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

Diff of /classpath/java/io/LineNumberReader.java

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

revision 1.13 by uid68732, Sun Dec 28 13:45:15 2003 UTC revision 1.14 by mkoch, Wed Feb 16 11:18:37 2005 UTC
# Line 1  Line 1 
1  /* LineNumberReader.java -- A character input stream which counts line numbers  /* LineNumberReader.java -- A character input stream which counts line numbers
2     Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 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 52  package java.io; Line 52  package java.io;
52   * read from the stream does not end in a line termination sequence, it   * read from the stream does not end in a line termination sequence, it
53   * will not be counted as a line.   * will not be counted as a line.
54   *   *
55   * @author Per Bothner <bothner@cygnus.com>   * @author Per Bothner (bothner@cygnus.com)
56   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
57   * @author Guilhem Lavaux <guilhem@kaffe.org>   * @author Guilhem Lavaux (guilhem@kaffe.org)
58   * @date December 28, 2003.   * @date December 28, 2003.
59   */   */
60  /* Written using "Java Class Libraries", 2nd edition, plus online  /* Written using "Java Class Libraries", 2nd edition, plus online

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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