Skip to content

Commit 38fd082

Browse files
committed
Fix typo
1 parent d97ec26 commit 38fd082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/instrumenter/internal/InstrumenterCustomizerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ public InstrumenterCustomizer addContextCustomizer(ContextCustomizer<?> customiz
5959
public InstrumenterCustomizer setSpanNameExtractor(
6060
Function<SpanNameExtractor<?>, SpanNameExtractor<?>> spanNameExtractorTransformer) {
6161
customizer.setSpanNameExtractor(spanNameExtractorTransformer);
62-
return null;
62+
return this;
6363
}
6464
}

0 commit comments

Comments
 (0)