From 186459918a374ff58ee57db2b7a6113d4adda686 Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 24 Oct 2002 15:37:56 +0000 Subject: [PATCH] Initialize lastmod. --- src/helma/framework/core/SkinFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/SkinFile.java b/src/helma/framework/core/SkinFile.java index 6951739a..711b90c5 100644 --- a/src/helma/framework/core/SkinFile.java +++ b/src/helma/framework/core/SkinFile.java @@ -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;