mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
Bug 5214: removed commented out code lines
This commit is contained in:
-2
@@ -253,8 +253,6 @@ public class TestAbortingHeavyLoadQuery {
|
||||
|
||||
executor = ThreadPoolUtil.INSTANCE
|
||||
.createBackgroundTaskThreadPoolExecutor(ExecutorPoolSize, this.getClass().getName());
|
||||
// executor = new ThreadPoolExecutor(ExecutorPoolSize, ExecutorPoolSize, 0, TimeUnit.MILLISECONDS, new PriorityBlockingQueue<>());
|
||||
// executor = new ThreadPoolExecutor(ExecutorPoolSize, ExecutorPoolSize, 0, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>());
|
||||
processors = new ArrayList<>();
|
||||
unfinishedInstructions = ConcurrentHashMap.newKeySet();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user