common deobfuscate method

This commit is contained in:
honfika@gmail.com
2015-07-07 22:13:35 +02:00
parent 9646afbd81
commit 318724370b
3 changed files with 17 additions and 10 deletions

View File

@@ -73,6 +73,7 @@ public abstract class CancellableWorker<T> implements RunnableFuture<T> {
}
public final void execute() {
onStart();
THREAD_POOL.execute(this);
}