File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/history Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,9 @@ public interface Cache {
36
36
37
37
/**
38
38
* Get a string with information about the cache.
39
- *
40
39
* @return a free form text string describing the history instance
41
- * @throws HistoryException if an error occurred while getting the info
42
40
*/
43
- String getInfo () throws HistoryException ;
41
+ String getInfo ();
44
42
45
43
/**
46
44
* Clear the cache for a repository.
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ public String getCacheDirName() {
207
207
}
208
208
209
209
@ Override
210
- public String getInfo () throws HistoryException {
210
+ public String getInfo () {
211
211
return getClass ().getSimpleName ();
212
212
}
213
213
}
You can’t perform that action at this time.
0 commit comments