We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ee168 commit a96f032Copy full SHA for a96f032
opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java
@@ -234,8 +234,7 @@ static CountDownLatch updateAll(IndexChangedListener listener) throws IOExceptio
234
dbs.add(new IndexDatabase());
235
}
236
237
- IndexerParallelizer parallelizer = RuntimeEnvironment.getInstance().
238
- getIndexerParallelizer();
+ IndexerParallelizer parallelizer = RuntimeEnvironment.getInstance().getIndexerParallelizer();
239
CountDownLatch latch = new CountDownLatch(dbs.size());
240
for (IndexDatabase d : dbs) {
241
final IndexDatabase db = d;
0 commit comments