See gh-32696
This commit is contained in:
Johnny Lim
2024-04-23 22:21:48 +09:00
committed by Stéphane Nicoll
parent 4d34444a69
commit cc73ccefef
7 changed files with 27 additions and 27 deletions

View File

@@ -64,9 +64,9 @@ class KotlinApplicationListenerMethodAdapterTests {
private class StaticApplicationListenerMethodAdapter(method: Method, private val targetBean: Any) :
ApplicationListenerMethodAdapter("unused", targetBean.javaClass, method) {
public override fun getTargetBean(): Any {
return targetBean
return targetBean
}
}
}
@Suppress("RedundantSuspendModifier", "UNUSED_PARAMETER")
private class SampleEvents {