Skip to content

Commit 9d98b4a

Browse files
committed
remove the TODO block
1 parent be8c311 commit 9d98b4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,11 +1908,6 @@ private void indexParallel(String dir, IndexDownArgs args) throws IndexerExcepti
19081908
}
19091909
}
19101910

1911-
// TODO: debug/test only, REMOVE BEFORE INTEGRATION !!!
1912-
if (x.path.contains("a")) {
1913-
throw new OutOfMemoryError("fake OOM error");
1914-
}
1915-
19161911
progress.increment();
19171912
return x;
19181913
}

0 commit comments

Comments
 (0)