Remove unused method argument (#3906)
This commit is contained in:
parent
5c71d28ed7
commit
bc0ef7e0bd
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue