Skip to content

Commit

Permalink
fix: Ambiguous method call. (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Dec 9, 2024
1 parent c245944 commit be38e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public <E extends Exception> void span(String navn,
}
}

public <V> V span(String navn,
public <V> V spanCallable(String navn,
UnaryOperator<SpanBuilder> spanBuilderTransformer,
Callable<V> runnable) throws Exception {
var span = startSpan(navn, spanBuilderTransformer);
Expand Down

0 comments on commit be38e14

Please sign in to comment.