From 24c99cd79e95c2bc0b2f04b4c89cd8e1d0bda081 Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 28 Apr 2023 16:32:41 +0200 Subject: [PATCH] Remove a now useless Suppress annotation Signed-off-by: Username404 --- common/src/main/kotlin/fr/username404/snowygui/Snowy.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/Snowy.kt b/common/src/main/kotlin/fr/username404/snowygui/Snowy.kt index 3274cf0..a6f1624 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/Snowy.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/Snowy.kt @@ -17,7 +17,6 @@ abstract class Snowy { private val displayInitMessage: Boolean by Configuration abstract val annotatedButtons: Set> companion object { - @Suppress("NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS") val MissingComponent: Component = translatable("MISSING_COMPONENT") @Suppress("JVM_STATIC_ON_CONST_OR_JVM_FIELD") // See KT-39868 @JvmStatic