Skip to content

Commit 57d9b7c

Browse files
committed
improve javadoc
1 parent c5c0bd0 commit 57d9b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/CacheException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
/**
2828
* Exception thrown when retrieval or manipulation of cache data fails.
29+
* This is used for implementations of {@link HistoryCache} and {@link AnnotationCache}.
2930
*/
3031
public class CacheException extends Exception {
3132
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)