/[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.10 by mkoch, Mon Mar 31 09:42:24 2003 UTC revision 1.11 by mkoch, Tue May 20 11:25:01 2003 UTC
# Line 79  public class PrintStream extends FilterO Line 79  public class PrintStream extends FilterO
79     * This boolean indicates whether or not an error has ever occured     * This boolean indicates whether or not an error has ever occured
80     * on this stream.     * on this stream.
81     */     */
82    private boolean error_occurred;    private boolean error_occurred = false;
83    
84    /**    /**
85     * This is <code>true</code> if auto-flush is enabled,     * This is <code>true</code> if auto-flush is enabled,

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