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

Diff of /classpath/java/io/PrintStream.java

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

revision 1.14 by mkoch, Mon May 26 12:51:25 2003 UTC revision 1.15 by mkoch, Tue May 27 08:21:03 2003 UTC
# Line 153  public class PrintStream extends FilterO Line 153  public class PrintStream extends FilterO
153    {    {
154      super (out);      super (out);
155    
156      pw = new PrintWriter (new OutputStreamWriter (out, encoding), autoFlush);      pw = new PrintWriter (new OutputStreamWriter (out, encoding), auto_flush);
157      this.auto_flush = auto_flush;      this.auto_flush = auto_flush;
158    }    }
159    

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

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