/[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.10 by arenn, Sun Mar 9 21:54:30 2003 UTC revision 1.11 by mkoch, Sun Mar 23 10:39:02 2003 UTC
# Line 77  public class PushbackReader extends Filt Line 77  public class PushbackReader extends Filt
77     * specified subordinate <code>Reader</code> with a default pushback buffer     * specified subordinate <code>Reader</code> with a default pushback buffer
78     * size of 1.     * size of 1.
79     *     *
80     * @code in The subordinate stream to read from     * @param in The subordinate stream to read from
81     */     */
82    public PushbackReader(Reader in)    public PushbackReader(Reader in)
83    {    {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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