mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 10:41:54 +00:00
common deobfuscate method
This commit is contained in:
@@ -73,6 +73,7 @@ public abstract class CancellableWorker<T> implements RunnableFuture<T> {
|
||||
}
|
||||
|
||||
public final void execute() {
|
||||
onStart();
|
||||
THREAD_POOL.execute(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user