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

Diff of /classpath/java/io/PrintWriter.java

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

revision 1.19 by tromey, Fri Sep 16 19:49:04 2005 UTC revision 1.20 by rabbit78, Wed Nov 9 22:48:58 2005 UTC
# Line 379  public class PrintWriter extends Writer Line 379  public class PrintWriter extends Writer
379     * This is the system dependent line separator     * This is the system dependent line separator
380     */     */
381    private static final char[] line_separator    private static final char[] line_separator
382      = System.getProperty("line.separator").toCharArray();      = System.getProperty("line.separator", "\n").toCharArray();
383    
384    /**    /**
385     * This method prints a line separator sequence to the stream.  The value     * This method prints a line separator sequence to the stream.  The value

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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