Skip to content

Commit 6e797eb

Browse files
committed
fix build errors and spotless
1 parent cc90160 commit 6e797eb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class CamundaCommonBehaviorModule extends InstrumentationModule {
2020

2121
public CamundaCommonBehaviorModule() {
22-
super("camunda", "camunda-behavior", "camunda-behavior-7_18");
22+
super("camunda", "camunda-7.0", "camunda-behavior", "camunda-behavior-7_18");
2323
}
2424

2525
@Override
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
/*
2+
* Copyright The OpenTelemetry Authors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package io.opentelemetry.javaagent.instrumentation.camunda.v7_0;
27

38
import io.opentelemetry.instrumentation.camunda.v7_0.AbstractCamundaTest;
49

5-
public class CamundaTest extends AbstractCamundaTest {
6-
7-
}
10+
public class CamundaTest extends AbstractCamundaTest {}

0 commit comments

Comments
 (0)