Skip to content

Commit be38e14

Browse files
authored
fix: Ambiguous method call. (#1402)
1 parent c245944 commit be38e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

felles/log/src/main/java/no/nav/vedtak/log/tracing/OtelSpanWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public <E extends Exception> void span(String navn,
6060
}
6161
}
6262

63-
public <V> V span(String navn,
63+
public <V> V spanCallable(String navn,
6464
UnaryOperator<SpanBuilder> spanBuilderTransformer,
6565
Callable<V> runnable) throws Exception {
6666
var span = startSpan(navn, spanBuilderTransformer);

0 commit comments

Comments
 (0)