File tree 2 files changed +8
-0
lines changed
src/main/java/org/opengrok/indexer/history
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <
[email protected] >.
215
215
<artifactId >micrometer-registry-statsd</artifactId >
216
216
<version >${micrometer.version} </version >
217
217
</dependency >
218
+ <dependency >
219
+ <groupId >org.jetbrains</groupId >
220
+ <artifactId >annotations</artifactId >
221
+ <version >20.1.0</version >
222
+ </dependency >
218
223
</dependencies >
219
224
220
225
<build >
Original file line number Diff line number Diff line change 51
51
import org .opengrok .indexer .util .BufferSink ;
52
52
import org .opengrok .indexer .util .Executor ;
53
53
54
+ import org .jetbrains .annotations .NotNull ;
55
+
54
56
/**
55
57
* An interface for an external repository.
56
58
*
@@ -95,6 +97,7 @@ public abstract class Repository extends RepositoryInfo {
95
97
*
96
98
* @return {@code true} if the repository can get history for directories
97
99
*/
100
+ @ NotNull
98
101
abstract boolean hasHistoryForDirectories ();
99
102
100
103
/**
You can’t perform that action at this time.
0 commit comments