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 148dcb2 commit 758a7d4Copy full SHA for 758a7d4
opengrok-indexer/src/main/java/org/opengrok/indexer/history/Annotation.java
@@ -24,7 +24,7 @@
24
*/
25
package org.opengrok.indexer.history;
26
27
-import org.jetbrains.annotations.VisibleForTesting;
+import org.jetbrains.annotations.TestOnly;
28
import org.opengrok.indexer.logger.LoggerFactory;
29
import org.opengrok.indexer.util.Color;
30
import org.opengrok.indexer.util.LazilyInstantiate;
@@ -92,7 +92,7 @@ public Set<String> getRevisions() {
92
return ret;
93
}
94
95
- @VisibleForTesting
+ @TestOnly
96
Set<String> getAuthors() {
97
Set<String> ret = new HashSet<>();
98
for (Line ln : this.lines) {
0 commit comments