forked from I2P_Developers/i2p.i2p
NBI: Tweak to prevent early context instantiation
This commit is contained in:
@ -112,7 +112,8 @@ public class NativeBigInteger extends BigInteger {
|
|||||||
* don't spew log messages. main() below overrides to true.
|
* don't spew log messages. main() below overrides to true.
|
||||||
*/
|
*/
|
||||||
private static boolean _doLog = System.getProperty("jbigi.dontLog") == null &&
|
private static boolean _doLog = System.getProperty("jbigi.dontLog") == null &&
|
||||||
I2PAppContext.getGlobalContext().isRouterContext();
|
I2PAppContext.getCurrentContext() != null &&
|
||||||
|
I2PAppContext.getCurrentContext().isRouterContext();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The following libraries are be available in jbigi.jar in all I2P versions
|
* The following libraries are be available in jbigi.jar in all I2P versions
|
||||||
|
Reference in New Issue
Block a user