mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
properly interrupt on timeout
This commit is contained in:
@@ -25,5 +25,5 @@ import java.io.IOException;
|
||||
@FunctionalInterface
|
||||
public interface RunnableIOEx {
|
||||
|
||||
public void run() throws IOException;
|
||||
public void run() throws IOException, InterruptedException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user