forked from I2P_Developers/i2p.i2p
* RouterContext: Clean up clock overrides
* PeerManager: Make calculators static, take out of router context
This commit is contained in:
@ -776,7 +776,7 @@ public class I2PAppContext {
|
||||
* enable simulators to play with clock skew among different instances.
|
||||
*
|
||||
*/
|
||||
public Clock clock() { // overridden in RouterContext
|
||||
public Clock clock() {
|
||||
if (!_clockInitialized)
|
||||
initializeClock();
|
||||
return _clock;
|
||||
|
Reference in New Issue
Block a user