diff --git a/src/helma/util/SystemProperties.java b/src/helma/util/SystemProperties.java index 408ab729..c58f74fc 100644 --- a/src/helma/util/SystemProperties.java +++ b/src/helma/util/SystemProperties.java @@ -97,6 +97,13 @@ public final class SystemProperties extends Properties { return Math.max(file.lastModified(), lastadd); } + /** + * Update/re-read the properties from file if necessary. + */ + public void update () { + checkFile(); + } + /** * Return a checksum that changes when something in the properties changes. */