This commit is contained in:
zzz
2013-06-01 16:58:21 +00:00
parent ff20174572
commit e72a763019
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ import net.i2p.util.SecureDirectory;
public class Daemon {
public static final String VERSION = "2.0.4";
private static final Daemon _instance = new Daemon();
private boolean _running;
private volatile boolean _running;
private static final boolean DEBUG = false;
/**