summaryrefslogtreecommitdiffstats
path: root/libjava/java/lang/System.java
diff options
context:
space:
mode:
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-26 17:11:14 +0000
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-26 17:11:14 +0000
commit1ee857038e917c418c4e4bf101d6f7abe6eb2263 (patch)
tree8216ff17334ba7edd9f96ffe031f73711711acc6 /libjava/java/lang/System.java
parent7e93eb85258d13d0f5c08815bf023aa2e4ebda66 (diff)
downloadppe42-gcc-1ee857038e917c418c4e4bf101d6f7abe6eb2263.tar.gz
ppe42-gcc-1ee857038e917c418c4e4bf101d6f7abe6eb2263.zip
2004-09-26 Mark Wielaard <mark@klomp.org>
* java/lang/System.java (properties): Make package private. * java/lang/Throwable.java (StaticData.nl): Initialize through directly accessing System.properties.getProperty(). * java/lang/Throwable.java (nl): Remove static field. (StaticData): New private static inner class. (stackTraceStringBuffer): Use StaticData.nl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/lang/System.java')
-rw-r--r--libjava/java/lang/System.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/System.java b/libjava/java/lang/System.java
index 13926b156b5..68add349dc3 100644
--- a/libjava/java/lang/System.java
+++ b/libjava/java/lang/System.java
@@ -133,7 +133,7 @@ public final class System
*/
// Note that we use clone here and not new. Some programs assume
// that the system properties do not have a parent.
- private static Properties properties
+ static Properties properties
= (Properties) Runtime.defaultProperties.clone();
/**
OpenPOWER on IntegriCloud