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

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

finals

parent 8f802234
No related branches found
No related tags found
No related merge requests found
......@@ -184,8 +184,8 @@ public class SimpleScheduler {
/** Run every timeoutMs. TimedEvent must not do its own reschedule via addEvent() */
private class PeriodicRunnableEvent extends RunnableEvent {
private long _timeoutMs;
private long _initialDelay;
private final long _timeoutMs;
private final long _initialDelay;
public PeriodicRunnableEvent(SimpleTimer.TimedEvent t, long initialDelay, long timeoutMs) {
super(t, timeoutMs);
_initialDelay = initialDelay;
......
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