mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 17:40:09 +08:00
Suppress UNUSED_PARAMETER for JvmMethodEventsTestJava
This commit is contained in:
parent
c0c7853ab7
commit
8d0d53a8b8
@ -17,6 +17,7 @@ import kotlin.test.assertEquals
|
||||
|
||||
@EventListenerLikeJava
|
||||
@JavaFriendlyAPI
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
internal class JvmMethodEventsTestJava : SimpleListenerHost() {
|
||||
private val called = AtomicInteger(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user