forked from I2P_Developers/i2p.i2p
fix build
This commit is contained in:
@@ -17,6 +17,6 @@ abstract class SchedulerImpl implements TaskScheduler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void reschedule(long msToWait, Connection con) {
|
protected void reschedule(long msToWait, Connection con) {
|
||||||
_context.simpleScheduler().addEvent(con.getConnectionEvent(), msToWait);
|
SimpleScheduler.getInstance().addEvent(con.getConnectionEvent(), msToWait);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user