Skip to content

Commit

Permalink
Correct method name in comment (open-telemetry#6455)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored and LironKS committed Oct 31, 2022
1 parent 4458f55 commit 56a3bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public void visitMethodInsn(
Type methodType = Type.getMethodType(descriptor);
Type ownerType = Type.getType("L" + owner + ";");

// remember used context classes if this is an VirtualField.get() call
// remember used context classes if this is an VirtualField.find() call
if ("io.opentelemetry.instrumentation.api.util.VirtualField".equals(ownerType.getClassName())
&& "find".equals(name)
&& methodType.getDescriptor().equals(getVirtualFieldDescriptor)) {
Expand Down

0 comments on commit 56a3bce

Please sign in to comment.