File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
muzzle/src/main/java/io/opentelemetry/javaagent/tooling/muzzle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ public boolean isResolved() {
381381 // Like jdk, byte-buddy getDeclaredAnnotations does not report annotations whose class is
382382 // missing. To do this it needs to locate the bytes for annotation types used in class.
383383 // Which means that if we have a matcher that matches methods annotated with @Foo byte-buddy
384- // will end up location bytes for all annotations used on any method in the classes that
384+ // will end up locating bytes for all annotations used on any method in the classes that
385385 // this matcher is applied to. From our perspective this is unreasonable, we just want to
386386 // match based on annotation name with as little overhead as possible. As we match only
387387 // based on annotation name we never need to locate the bytes for the annotation type.
You can’t perform that action at this time.
0 commit comments