Polish
See gh-32696
This commit is contained in:
committed by
Stéphane Nicoll
parent
4d34444a69
commit
cc73ccefef
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user