Skip to content

Commit c8d681a

Browse files
xiepuhuanxiepuhuan
authored and
xiepuhuan
committed
Modify Comment
1 parent 6e62926 commit c8d681a

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/annotations

1 file changed

+2
-2
lines changed

instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/annotations/JoinPointRequest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ interface Factory {
6969
static final class InstrumentationAnnotationFactory implements Factory {
7070

7171
// The reason for using reflection here is that it needs to be compatible with the old version
72-
// of @WithSpan annotation that does not include the inheritContext option to avoid failing the
73-
// muzzle check.
72+
// of @WithSpan annotation that does not include the inheritContext option to avoid
73+
// NoSuchMethodError
7474
private static MethodHandle inheritContextMethodHandle = null;
7575

7676
static {

0 commit comments

Comments
 (0)