/[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.13.2.5 by tromey, Sun Sep 25 02:55:12 2005 UTC revision 1.13.2.6 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 382  public class PrintWriter extends Writer Line 382  public class PrintWriter extends Writer
382     * This is the system dependent line separator     * This is the system dependent line separator
383     */     */
384    private static final char[] line_separator    private static final char[] line_separator
385      = System.getProperty("line.separator").toCharArray();      = System.getProperty("line.separator", "\n").toCharArray();
386    
387    /**    /**
388     * 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.13.2.5  
changed lines
  Added in v.1.13.2.6

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