Skip to content

Commit 148dcb2

Browse files
committed
add annotation
1 parent 0d46541 commit 148dcb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525
package org.opengrok.indexer.history;
2626

27+
import org.jetbrains.annotations.VisibleForTesting;
2728
import org.opengrok.indexer.logger.LoggerFactory;
2829
import org.opengrok.indexer.util.Color;
2930
import org.opengrok.indexer.util.LazilyInstantiate;
@@ -91,6 +92,7 @@ public Set<String> getRevisions() {
9192
return ret;
9293
}
9394

95+
@VisibleForTesting
9496
Set<String> getAuthors() {
9597
Set<String> ret = new HashSet<>();
9698
for (Line ln : this.lines) {

0 commit comments

Comments
 (0)