mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
properly interrupt on timeout
This commit is contained in:
@@ -35,7 +35,7 @@ public class RetryTask {
|
||||
this.handler = handler;
|
||||
}
|
||||
|
||||
public void run() throws IOException {
|
||||
public void run() throws IOException, InterruptedException {
|
||||
boolean retry;
|
||||
do {
|
||||
retry = false;
|
||||
|
||||
Reference in New Issue
Block a user