Skip to content

Commit 962eaa5

Browse files
author
Vladimir Kotal
committed
fix comment
1 parent a574ed8 commit 962eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/FileHistoryCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ private void changeFileAndCommit(Git git, File file, String comment) throws Exce
698698
}
699699

700700
/**
701-
* Renamed files need special treatment when given repository support per partes history retrieval.
701+
* Renamed files need special treatment when given repository supports per partes history retrieval.
702702
* Specifically, when a file is detected as renamed, its history needs to be retrieved with upper bound,
703703
* otherwise there would be duplicate history entries if there were subsequent changes to the file
704704
* in the following history chunks. This test prevents that.

0 commit comments

Comments
 (0)