Skip to content

Commit 3499a00

Browse files
author
Vladimir Kotal
committed
remove redundant comment
1 parent c80cc19 commit 3499a00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/FileHistoryCache.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ public void store(History history, Repository repository, String tillRevision) t
496496

497497
// Wait for the executors to finish.
498498
try {
499-
// Wait for the executors to finish.
500499
latch.await();
501500
} catch (InterruptedException ex) {
502501
LOGGER.log(Level.SEVERE, "latch exception", ex);

0 commit comments

Comments
 (0)