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

Skip to content
Snippets Groups Projects
Commit f5ba1b1b authored by dev's avatar dev
Browse files

#1069: Replaced getInstance() with this

parent 4613e5f8
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ public class SimpleTimer2 {
if (event == null)
throw new IllegalArgumentException("addEvent null");
new TimedEvent(SimpleTimer2.getInstance(), timeoutMs) {
new TimedEvent(this, timeoutMs) {
@Override
public void timeReached() {
event.timeReached();
......
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