Skip to content

Commit 7acae26

Browse files
idodeclaretarzanek
authored andcommitted
Fix comment
1 parent 8d810d3 commit 7acae26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -911,10 +911,10 @@ private void printProgress(int currentCount, int totalCount) {
911911

912912
/**
913913
* Executes the first, serial stage of indexing, recursively.
914-
* <p>Files at least are counted, and if {@code count_only} is false then
915-
* any deleted or updated files (based on comparison to the Lucene index)
916-
* are passed to {@link #removeFile(boolean)}. New or updated files are
917-
* noted for indexing.
914+
* <p>Files at least are counted, and any deleted or updated files (based on
915+
* comparison to the Lucene index) are passed to
916+
* {@link #removeFile(boolean)}. New or updated files are noted for
917+
* indexing.
918918
* @param dir the root indexDirectory to generate indexes for
919919
* @param parent path to parent directory
920920
* @param args arguments to control execution and for collecting a list of

0 commit comments

Comments
 (0)