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 ded6877 commit 1ea9149Copy full SHA for 1ea9149
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