The Getdown.this is redundant.

This commit is contained in:
Andrzej Kapolka
2011-11-09 23:30:34 +00:00
parent 824ff33c69
commit f6ee755b97
@@ -760,7 +760,7 @@ public abstract class Getdown extends Thread
Timer timer = new Timer("fallbackCheck", true);
timer.schedule(new TimerTask() {
@Override public void run () {
Getdown.this.interrupt();
interrupt();
}
}, FALLBACK_CHECK_TIME);
boolean error;