Skip to content

Commit 1b39705

Browse files
committed
update javadoc
1 parent e0e4dec commit 1b39705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private static int checkDirFilterExceptions(Path sourcePath, Path indexPath, Ind
212212
* @param mode index check mode
213213
* @throws IOException if the directory cannot be opened
214214
* @throws IndexVersionException if the version of the index does not match Lucene index version
215-
* @throws IndexDocumentException if there are duplicate documents in the index
215+
* @throws IndexDocumentException if there are duplicate documents in the index or not matching definitions
216216
*/
217217
public static void checkDir(Path sourcePath, Path indexPath, IndexCheckMode mode)
218218
throws IndexVersionException, IndexDocumentException, IOException {

0 commit comments

Comments
 (0)