mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 09:16:14 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -207,8 +207,7 @@ public class DecompilerPool {
|
||||
|
||||
public void shutdown() throws InterruptedException {
|
||||
executor.shutdown();
|
||||
if (!executor.awaitTermination(100, TimeUnit.SECONDS)) {
|
||||
}
|
||||
executor.awaitTermination(100, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
public void destroySwf(SWF swf) {
|
||||
|
||||
Reference in New Issue
Block a user