We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf717 commit f7c09fcCopy full SHA for f7c09fc
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/localization/Localization.kt
@@ -1,6 +1,5 @@
1
package com.mairwunnx.projectessentials.core.api.v1.localization
2
3
-@Deprecated("Deprecated feature, but still existing for backward compatibility.")
4
data class Localization(
5
val sources: MutableList<String>, val sourceName: String, val sourceClass: Class<*>
6
)
0 commit comments