diff --git a/src/main/java/world/bentobox/bentobox/api/localization/BentoBoxLocale.java b/src/main/java/world/bentobox/bentobox/api/localization/BentoBoxLocale.java index eebb36f9d..efd6f19bb 100644 --- a/src/main/java/world/bentobox/bentobox/api/localization/BentoBoxLocale.java +++ b/src/main/java/world/bentobox/bentobox/api/localization/BentoBoxLocale.java @@ -163,7 +163,7 @@ public class BentoBoxLocale { /** * Returns the list of prefixes available in this locale. * @return list of prefixes available in this locale. - * @since 1.12.0 + * @since 1.13.0 */ @NonNull public Set getPrefixes() { diff --git a/src/main/java/world/bentobox/bentobox/managers/LocalesManager.java b/src/main/java/world/bentobox/bentobox/managers/LocalesManager.java index d9b22ce29..3fabd1fdd 100644 --- a/src/main/java/world/bentobox/bentobox/managers/LocalesManager.java +++ b/src/main/java/world/bentobox/bentobox/managers/LocalesManager.java @@ -120,7 +120,7 @@ public class LocalesManager { * Gets the list of prefixes from the user's locale, the server's locale and the en-US locale file. * @param user the user to get the locale, not null. * @return the list of prefixes from the user's locale, the server's locale and the en-US locale file. - * @since 1.12.0 + * @since 1.13.0 */ public Set getAvailablePrefixes(@NonNull User user) { Set prefixes = new HashSet<>();