Mark Boolean Provider register as internal
This commit is contained in:
parent
d55fbbe62f
commit
e399fa8b68
@ -143,7 +143,7 @@ interface BooleanProvider {
|
||||
registry.byNameCodec().dispatch({ it.type }, { it.codec })
|
||||
}
|
||||
|
||||
fun register(bus: IEventBus) {
|
||||
internal fun register(bus: IEventBus) {
|
||||
bus.addListener(registryHolder::build)
|
||||
registrar.register(bus)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user