added zero-argument constructor
This commit is contained in:
parent
9c91767abc
commit
a31a28ea02
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ public final class SystemProperties extends Properties {
|
||||||
private File file;
|
private File file;
|
||||||
private long lastread, lastcheck;
|
private long lastread, lastcheck;
|
||||||
|
|
||||||
|
|
||||||
|
public SystemProperties () {
|
||||||
|
this (null, null);
|
||||||
|
}
|
||||||
|
|
||||||
public SystemProperties (String filename) {
|
public SystemProperties (String filename) {
|
||||||
this (filename, null);
|
this (filename, null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue