mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Fixed the since javadoc tags for the previous commit
This commit is contained in:
parent
71fb955114
commit
e0d5c7b8bd
@ -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<String> getPrefixes() {
|
||||
|
@ -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<String> getAvailablePrefixes(@NonNull User user) {
|
||||
Set<String> prefixes = new HashSet<>();
|
||||
|
Loading…
Reference in New Issue
Block a user