make class not final
This commit is contained in:
parent
5e2494462a
commit
7209fd9709
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue