Fixed the since javadoc tags for the previous commit

This commit is contained in:
Florian CUNY 2020-04-05 10:34:06 +02:00
parent 71fb955114
commit e0d5c7b8bd
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ public class BentoBoxLocale {
/** /**
* Returns the list of prefixes available in this locale. * Returns the list of prefixes available in this locale.
* @return list of prefixes available in this locale. * @return list of prefixes available in this locale.
* @since 1.12.0 * @since 1.13.0
*/ */
@NonNull @NonNull
public Set<String> getPrefixes() { public Set<String> getPrefixes() {

View File

@ -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. * 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. * @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. * @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<String> getAvailablePrefixes(@NonNull User user) { public Set<String> getAvailablePrefixes(@NonNull User user) {
Set<String> prefixes = new HashSet<>(); Set<String> prefixes = new HashSet<>();