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

Skip to content
Snippets Groups Projects
Commit 7d9db796 authored by zzz's avatar zzz
Browse files

fix build

parent 508533b8
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ abstract class SchedulerImpl implements TaskScheduler {
}
protected void reschedule(long msToWait, Connection con) {
_context.simpleScheduler().addEvent(con.getConnectionEvent(), msToWait);
SimpleScheduler.getInstance().addEvent(con.getConnectionEvent(), msToWait);
}
}
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