We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b018d commit dccb8acCopy full SHA for dccb8ac
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryGuru.java
@@ -727,14 +727,6 @@ public void clearCacheFile(String path) {
727
historyCache.clearFile(path);
728
}
729
730
- /**
731
- * wrapper for {@link #removeCache(Collection, boolean)} with the {@code removeRepositories}
732
- * parameter set to true.
733
- */
734
- public void removeCache(Collection<String> repositories) {
735
- removeCache(repositories, true);
736
- }
737
-
738
/**
739
* Remove history data for a list of repositories. Those that are
740
* successfully cleared are removed from the internal list of repositories.
0 commit comments