The Getdown.this is redundant.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user