Remove unused method argument (#3906)

This commit is contained in:
Lauri Tulmin 2021-08-24 02:45:28 +03:00 committed by GitHub
parent 5c71d28ed7
commit bc0ef7e0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class CriteriaInstrumentation implements TypeInstrumentation {
@Advice.OnMethodExit(onThrowable = Throwable.class, suppress = Throwable.class)
public static void endMethod(
@Advice.Thrown Throwable throwable,
@Advice.Origin("#m") String name,
@Advice.Local("otelCallDepth") CallDepth callDepth,
@Advice.Local("otelContext") Context context,
@Advice.Local("otelScope") Scope scope) {