lint and simplify code

This commit is contained in:
2023-06-01 02:15:08 +02:00
parent ad657a6136
commit 1def5ae095
4 changed files with 35 additions and 35 deletions

View File

@@ -14,9 +14,6 @@ import kotlin.jvm.Throws
import kotlin.random.Random
import kotlin.reflect.full.hasAnnotation
// TODO move execute function outside
// TODO create function executeNullable
class Connection(
private val database: String,
private val username: String,