From 7a9ae5076bdd28df1536588c3e07da9ba5e34232 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sat, 21 Sep 2024 04:17:50 -0600 Subject: [PATCH] those should be private --- .../main/kotlin/observer/nelle/nelleObserverBackend/Config.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt index 09e134c..490b9ad 100644 --- a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt +++ b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt @@ -13,8 +13,8 @@ import java.util.* val prop = Properties() class Config { - val confPath = Paths.get("").toAbsolutePath().toString() - val confFile = File("$confPath/bot.cfg") + private val confPath = Paths.get("").toAbsolutePath().toString() + private val confFile = File("$confPath/bot.cfg") init { if (confFile.exists()) {