Skip to content

Commit

Permalink
Make FactorySelector internal
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Mar 3, 2023
1 parent dc548aa commit faf050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/mikchan/mcnp/chat/FactorySelector.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dev.mikchan.mcnp.chat
import dev.mikchan.mcnp.chat.contract.IChatPluginFactory
import dev.mikchan.mcnp.chat.implementation.spigot.SpigotChatPluginFactory

object FactorySelector {
internal object FactorySelector {
fun selectFactory(plugin: ChatPlugin): IChatPluginFactory {
return SpigotChatPluginFactory(plugin)
}
Expand Down

0 comments on commit faf050d

Please # to comment.