Fill in 'since' annotations

This commit is contained in:
Alexander Brandes
2023-06-15 17:24:21 +02:00
parent a54276d3b2
commit 9885d3e506
11 changed files with 19 additions and 19 deletions

View File

@ -32,7 +32,7 @@ import java.util.stream.Stream;
* MiniMessage changed the syntax between major releases. To warrant a smooth upgrade, we attempt to replace any occurrences
* while loading PlotSquared.
*
* @since TODO
* @since 7.0.0
*/
@NotPublic
public class TranslationUpdateManager {