We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035e03a commit 366695bCopy full SHA for 366695b
2 files changed
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
kotlin.stdlib.default.dependency=false
3
org.gradle.parallel=true
4
-version=2.0.1-SNAPSHOT
+version=2.0.2-SNAPSHOT
src/main/kotlin/dev/slne/surf/database/DatabaseManager.kt
@@ -8,7 +8,7 @@ import dev.slne.surf.surfapi.core.api.config.getSpongeConfig
8
import dev.slne.surf.surfapi.core.api.config.surfConfigApi
9
import java.nio.file.Path
10
11
-class DatabaseManager(private val configDirectory: Path, private val storageDirectory: Path) {
+class DatabaseManager(configDirectory: Path, storageDirectory: Path) {
12
13
internal val connectionConfig by lazy {
14
surfConfigApi.getSpongeConfig<ConnectionConfig>()
0 commit comments