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