Skip to content

Commit b267316

Browse files
committed
fix bad import in span name extractor class
1 parent 80b0e67 commit b267316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/camunda/camunda-7.0/library/src/main/java/io/opentelemetry/instrumentation/camunda/v7_0/behavior/CamundaBehaviorSpanNameExtractor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package io.opentelemetry.instrumentation.camunda.v7_0.behavior;
77

8-
import io.opentelemetry.camunda.v7_0.common.CamundaCommonRequest;
8+
import io.opentelemetry.instrumentation.camunda.v7_0.common.CamundaCommonRequest;
99
import io.opentelemetry.instrumentation.api.instrumenter.SpanNameExtractor;
1010
import java.util.Arrays;
1111

0 commit comments

Comments
 (0)