Skip to content

Commit f7baa03

Browse files
sfribergMateusz Rzeszutek
and
Mateusz Rzeszutek
committed
Update instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationInstrumentationModule.java
Co-authored-by: Mateusz Rzeszutek <[email protected]>
1 parent f7bdf78 commit f7baa03

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationInstrumentationModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public AnnotationInstrumentationModule() {
2727

2828
@Override
2929
public int order() {
30-
// Run first to ensure other automatic intstrumentation is added after and therefore is executed
30+
// Run first to ensure other automatic instrumentation is added after and therefore is executed
3131
// earlier in the instrumented method and create the span to attach attributes to.
3232
return -1000;
3333
}

0 commit comments

Comments
 (0)