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 c5c0bd0 commit 57d9b7cCopy full SHA for 57d9b7c
opengrok-indexer/src/main/java/org/opengrok/indexer/history/CacheException.java
@@ -26,6 +26,7 @@
26
27
/**
28
* Exception thrown when retrieval or manipulation of cache data fails.
29
+ * This is used for implementations of {@link HistoryCache} and {@link AnnotationCache}.
30
*/
31
public class CacheException extends Exception {
32
private static final long serialVersionUID = 1L;
0 commit comments