make class not final

This commit is contained in:
hns 2005-06-28 10:03:55 +00:00
parent 5e2494462a
commit 7209fd9709

View file

@ -25,7 +25,7 @@ import helma.framework.repository.Repository;
/**
* A property dictionary that is updated from property resources
*/
public final class ResourceProperties extends Properties {
public class ResourceProperties extends Properties {
// Delay between checks
private final long cacheTime = 1500L;