mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
parallel AS2 export (similar to AS3)
This commit is contained in:
@@ -28,8 +28,6 @@ public class RetryTask {
|
||||
|
||||
private final AbortRetryIgnoreHandler handler;
|
||||
|
||||
public Object result;
|
||||
|
||||
public RetryTask(RunnableIOEx r, AbortRetryIgnoreHandler handler) {
|
||||
this.r = r;
|
||||
this.handler = handler;
|
||||
|
||||
Reference in New Issue
Block a user