I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 579af7e3 authored by zzz's avatar zzz
Browse files

build fix

parent e4ee5e30
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment