build fix

This commit is contained in:
zzz
2011-11-16 13:29:26 +00:00
parent e4ee5e3016
commit 579af7e3ad
2 changed files with 1 additions and 3 deletions

View File

@ -85,7 +85,6 @@ public class I2PAppContext {
private RandomSource _random;
private KeyGenerator _keyGenerator;
protected KeyRing _keyRing; // overridden in RouterContext
private final ServiceDirectory _serviceDir;
private volatile boolean _statManagerInitialized;
private volatile boolean _sessionKeyManagerInitialized;
private volatile boolean _namingServiceInitialized;
@ -200,7 +199,6 @@ public class I2PAppContext {
if (envProps != null)
_overrideProps.putAll(envProps);
_shutdownTasks = new ConcurrentHashSet(32);
_serviceDir = new ServiceDirectory();
initializeDirs();
}