Lint
This commit is contained in:
@@ -9,8 +9,8 @@ import com.github.jasync.sql.db.postgresql.PostgreSQLConnectionBuilder
|
||||
import com.github.jasync.sql.db.util.length
|
||||
import fr.postgresjson.serializer.Serializer
|
||||
import fr.postgresjson.utils.LoggerDelegate
|
||||
import kotlin.jvm.Throws
|
||||
import org.slf4j.Logger
|
||||
import kotlin.jvm.Throws
|
||||
import kotlin.random.Random
|
||||
import kotlin.reflect.full.hasAnnotation
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package fr.postgresjson.connexion
|
||||
|
||||
class DataNotFoundException(val queryExecuted: String): Exception() {
|
||||
class DataNotFoundException(val queryExecuted: String) : Exception() {
|
||||
override val message: String
|
||||
get() = "No data return for the query"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package fr.postgresjson.connexion
|
||||
|
||||
sealed interface Executable
|
||||
sealed interface Executable
|
||||
|
||||
Reference in New Issue
Block a user