Skip to content

Commit 5e151e3

Browse files
committed
fix typo
1 parent 305c58a commit 5e151e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/camunda/camunda-7.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/camunda/v7_0/behavior/CamundaCommonBehaviorInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static void addTracingEnter(
122122
parentScope = parentContext.makeCurrent();
123123

124124
if (!getInstumenter().shouldStart(Java8BytecodeBridge.currentContext(), request)) {
125-
return
125+
return;
126126
}
127127

128128
if (getInstumenter().shouldStart(Java8BytecodeBridge.currentContext(), request)) {

0 commit comments

Comments
 (0)