Remove a now useless Suppress annotation
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
ed9ccc399f
commit
24c99cd79e
@ -17,7 +17,6 @@ abstract class Snowy {
|
|||||||
private val displayInitMessage: Boolean by Configuration
|
private val displayInitMessage: Boolean by Configuration
|
||||||
abstract val annotatedButtons: Set<Class<out ButtonImpl>>
|
abstract val annotatedButtons: Set<Class<out ButtonImpl>>
|
||||||
companion object {
|
companion object {
|
||||||
@Suppress("NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS")
|
|
||||||
val MissingComponent: Component = translatable("MISSING_COMPONENT")
|
val MissingComponent: Component = translatable("MISSING_COMPONENT")
|
||||||
@Suppress("JVM_STATIC_ON_CONST_OR_JVM_FIELD") // See KT-39868
|
@Suppress("JVM_STATIC_ON_CONST_OR_JVM_FIELD") // See KT-39868
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
Loading…
Reference in New Issue
Block a user