Initialize lastmod.
This commit is contained in:
parent
8573a0ce89
commit
186459918a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public final class SkinFile implements Updatable {
|
|||
Application app;
|
||||
File file;
|
||||
Skin skin;
|
||||
long lastmod;
|
||||
long lastmod = 0;
|
||||
|
||||
public SkinFile (File file, String name, Prototype proto) {
|
||||
this.prototype = proto;
|
||||
|
|
Loading…
Add table
Reference in a new issue