forked from I2P_Developers/i2p.i2p
cleanup
This commit is contained in:
@ -198,20 +198,6 @@ public class I2PAppContext {
|
|||||||
_overrideProps = new I2PProperties();
|
_overrideProps = new I2PProperties();
|
||||||
if (envProps != null)
|
if (envProps != null)
|
||||||
_overrideProps.putAll(envProps);
|
_overrideProps.putAll(envProps);
|
||||||
_statManager = null;
|
|
||||||
_sessionKeyManager = null;
|
|
||||||
_namingService = null;
|
|
||||||
_elGamalEngine = null;
|
|
||||||
_elGamalAESEngine = null;
|
|
||||||
_logManager = null;
|
|
||||||
_keyRing = null;
|
|
||||||
_statManagerInitialized = false;
|
|
||||||
_sessionKeyManagerInitialized = false;
|
|
||||||
_namingServiceInitialized = false;
|
|
||||||
_elGamalEngineInitialized = false;
|
|
||||||
_elGamalAESEngineInitialized = false;
|
|
||||||
_logManagerInitialized = false;
|
|
||||||
_keyRingInitialized = false;
|
|
||||||
_shutdownTasks = new ConcurrentHashSet(32);
|
_shutdownTasks = new ConcurrentHashSet(32);
|
||||||
initializeDirs();
|
initializeDirs();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user