Skip to content

Commit 6f01994

Browse files
committed
remove useless argument
1 parent 0eb25d9 commit 6f01994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing-common/integration-tests/src/main/java/io/opentelemetry/javaagent/IndyInstrumentationTestModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static void onMethodEnter() {
180180
suppress = Throwable.class,
181181
onThrowable = Throwable.class,
182182
inline = false)
183-
public static void onMethodExit(@Advice.Thrown Throwable throwable) {
183+
public static void onMethodExit() {
184184
throw new RuntimeException("This exception should be suppressed");
185185
}
186186
}

0 commit comments

Comments
 (0)