Skip to content

Commit 07cdd93

Browse files
committed
Make internal getter private
1 parent 27ef59b commit 07cdd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/io/github/rothes/esu/core/module/configuration/BaseModuleConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import io.github.rothes.esu.core.configuration.meta.MoveToTop
55

66
open class BaseModuleConfiguration(
77
@MoveToTop
8-
val moduleEnabled: Boolean = false,
8+
private val moduleEnabled: Boolean = false,
99
): EnableTogglable, ConfigurationPart {
1010

1111
override val enabled: Boolean

0 commit comments

Comments
 (0)