Skip to content

Commit

Permalink
Merge pull request #12 from lucidsoftware/fix-access-modifier-spanmod…
Browse files Browse the repository at this point in the history
…ifier

make Spanmodifier interface public
  • Loading branch information
sriraamas authored Feb 4, 2022
2 parents e888a33 + e637dd1 commit 22efb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import io.opentracing.Span;

@FunctionalInterface
interface SpanModifier {
public interface SpanModifier {
public void modify(Span span);
}

Expand Down

0 comments on commit 22efb56

Please sign in to comment.