Skip to content

Commit a96f032

Browse files
committed
unwrap the line for better readability
1 parent 68ee168 commit a96f032

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ static CountDownLatch updateAll(IndexChangedListener listener) throws IOExceptio
234234
dbs.add(new IndexDatabase());
235235
}
236236

237-
IndexerParallelizer parallelizer = RuntimeEnvironment.getInstance().
238-
getIndexerParallelizer();
237+
IndexerParallelizer parallelizer = RuntimeEnvironment.getInstance().getIndexerParallelizer();
239238
CountDownLatch latch = new CountDownLatch(dbs.size());
240239
for (IndexDatabase d : dbs) {
241240
final IndexDatabase db = d;

0 commit comments

Comments
 (0)