mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 23: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
|
// that's it
|
||||||
}
|
}
|
||||||
|
|
||||||
internal abstract class JvmPluginImpl(
|
internal sealed class JvmPluginImpl(
|
||||||
parentCoroutineContext: CoroutineContext
|
parentCoroutineContext: CoroutineContext
|
||||||
) : JvmPlugin, CoroutineScope {
|
) : JvmPlugin, CoroutineScope {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user