Skip to content

Commit e0e4dec

Browse files
committed
remove unused exceptions
1 parent 5b754c9 commit e0e4dec

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
@@ -215,7 +215,7 @@ private static int checkDirFilterExceptions(Path sourcePath, Path indexPath, Ind
215215
* @throws IndexDocumentException if there are duplicate documents in the index
216216
*/
217217
public static void checkDir(Path sourcePath, Path indexPath, IndexCheckMode mode)
218-
throws IndexVersionException, IndexDocumentException, IOException, ParseException, ClassNotFoundException {
218+
throws IndexVersionException, IndexDocumentException, IOException {
219219

220220
switch (mode) {
221221
case VERSION:

0 commit comments

Comments
 (0)