forked from I2P_Developers/i2p.i2p
replace SimpleTimer2.getInstance() calls
This commit is contained in:
@ -86,7 +86,7 @@ class PeerManager {
|
||||
|
||||
private class Reorg extends SimpleTimer2.TimedEvent {
|
||||
public Reorg() {
|
||||
super(SimpleTimer2.getInstance(), REORGANIZE_TIME);
|
||||
super(_context.simpleTimer2(), REORGANIZE_TIME);
|
||||
}
|
||||
public void timeReached() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user