mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fix execution error with java 7
This commit is contained in:
parent
8995ce254e
commit
705e4f202f
@ -118,6 +118,7 @@ public class SetQueue {
|
||||
pool.shutdown();
|
||||
pool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
|
||||
pool = new ForkJoinPool();
|
||||
completer = new ExecutorCompletionService(pool);
|
||||
}
|
||||
}
|
||||
secondLast = System.currentTimeMillis();
|
||||
|
Loading…
Reference in New Issue
Block a user