Skip to content

Commit 1ea9149

Browse files
committed
Deprecated annotation removed for Localization data class.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent ded6877 commit 1ea9149

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/localization

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.mairwunnx.projectessentials.core.api.v1.localization
22

3-
@Deprecated("Deprecated feature, but still existing for backward compatibility.")
43
data class Localization(
54
val sources: MutableList<String>, val sourceName: String, val sourceClass: Class<*>
65
)

0 commit comments

Comments
 (0)