mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +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.shutdown();
|
||||||
pool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
|
pool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
|
||||||
pool = new ForkJoinPool();
|
pool = new ForkJoinPool();
|
||||||
|
completer = new ExecutorCompletionService(pool);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
secondLast = System.currentTimeMillis();
|
secondLast = System.currentTimeMillis();
|
||||||
|
Loading…
Reference in New Issue
Block a user