mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
Make JvmPluginImpl sealed
This commit is contained in:
parent
633e333609
commit
8cc09c77fb
@ -75,7 +75,7 @@ abstract class KotlinPlugin @JvmOverloads constructor(
|
||||
// that's it
|
||||
}
|
||||
|
||||
internal abstract class JvmPluginImpl(
|
||||
internal sealed class JvmPluginImpl(
|
||||
parentCoroutineContext: CoroutineContext
|
||||
) : JvmPlugin, CoroutineScope {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user