mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-09 09:57:40 +01:00
JavaDoc fixes
This commit is contained in:
parent
cc7b1eba4c
commit
ce4d8a377e
@ -1715,7 +1715,7 @@ public class Island implements DataObject, MetaDataAble {
|
||||
/**
|
||||
* Get the location of a named home
|
||||
*
|
||||
* @param name home name case insensitive (name is forced to lower case)
|
||||
* @param nameToLookFor home name case insensitive (name is forced to lower case)
|
||||
* @return the home location or if none found the protection center of the
|
||||
* island is returned.
|
||||
* @since 1.16.0
|
||||
|
@ -51,7 +51,6 @@ public class GeoMobLimitTab implements Tab, ClickHandler {
|
||||
private TabbedPanel parent;
|
||||
|
||||
/**
|
||||
* @param parent - tabbed panel that owns this panel
|
||||
* @param user - user viewing the tab
|
||||
* @param type - type of tab to show - Geo limit or Mob limit
|
||||
* @param world - world where this tab is being used
|
||||
|
@ -330,7 +330,7 @@ public class IslandsManager {
|
||||
* the team island is returned.
|
||||
*
|
||||
* @param world world to check
|
||||
* @param uuid user's uuid
|
||||
* @param uniqueId user's uuid
|
||||
* @return List of islands or empty list if none found for user
|
||||
*/
|
||||
@NonNull
|
||||
|
@ -49,7 +49,6 @@ public class SettingsTab implements Tab, ClickHandler {
|
||||
/**
|
||||
* Show a tab of settings
|
||||
* @param user - user who is viewing the tab
|
||||
* @param island - the island
|
||||
* @param type - flag type
|
||||
*/
|
||||
public SettingsTab(User user, Type type) {
|
||||
|
Loading…
Reference in New Issue
Block a user