/[classpath]/classpath/java/lang/Throwable.java
ViewVC logotype

Diff of /classpath/java/lang/Throwable.java

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

revision 1.26 by mkoch, Fri Oct 22 18:02:06 2004 UTC revision 1.27 by jfrijters, Mon Dec 6 20:43:13 2004 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.lang;  package java.lang;
39    
40    import gnu.classpath.SystemProperties;
41    
42  import java.io.PrintStream;  import java.io.PrintStream;
43  import java.io.PrintWriter;  import java.io.PrintWriter;
44  import java.io.Serializable;  import java.io.Serializable;
# Line 401  public class Throwable implements Serial Line 403  public class Throwable implements Serial
403     */     */
404    private static class StaticData    private static class StaticData
405    {    {
406      static final String nl;      static final String nl = SystemProperties.getProperty("line.separator");
   
     static  
     {  
       // Access package private properties field to prevent Security check.  
       nl = System.properties.getProperty("line.separator");  
     }  
407    }    }
408    
409    // Create whole stack trace in a stringbuffer so we don't have to print    // Create whole stack trace in a stringbuffer so we don't have to print

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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