Skip to content

Commit 7041d23

Browse files
committed
fix comment
1 parent fbd38ac commit 7041d23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/org/opensolaris/opengrok/index/IndexDatabase.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,8 @@ public void update() throws IOException, HistoryException {
430430
getFileCount(sourceRoot, dir));
431431

432432
// Remove data for the trailing terms that indexDown()
433-
// did not traverse. These correspond to files that have
434-
// been removed and have higher ordering that any terms
435-
// in the index.
433+
// did not traverse. These correspond to files that have been
434+
// removed and have higher ordering that any present files.
436435
while (uidIter != null && uidIter.term() != null
437436
&& uidIter.term().utf8ToString().startsWith(startuid)) {
438437

0 commit comments

Comments
 (0)