diff --git a/src/helma/util/SystemProperties.java b/src/helma/util/SystemProperties.java index 041c3922..6c51aaed 100644 --- a/src/helma/util/SystemProperties.java +++ b/src/helma/util/SystemProperties.java @@ -141,7 +141,7 @@ public final class SystemProperties extends Properties { * of discarding them. */ public synchronized void addProps (String key, InputStream in) throws IOException { - Properties p = new Properties(); + Properties p = new SystemProperties(); p.load (in); if (additionalProps == null) additionalProps = new HashMap ();