mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-25 01:21:21 +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
|
* 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
|
* @return the home location or if none found the protection center of the
|
||||||
* island is returned.
|
* island is returned.
|
||||||
* @since 1.16.0
|
* @since 1.16.0
|
||||||
|
@ -51,7 +51,6 @@ public class GeoMobLimitTab implements Tab, ClickHandler {
|
|||||||
private TabbedPanel parent;
|
private TabbedPanel parent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param parent - tabbed panel that owns this panel
|
|
||||||
* @param user - user viewing the tab
|
* @param user - user viewing the tab
|
||||||
* @param type - type of tab to show - Geo limit or Mob limit
|
* @param type - type of tab to show - Geo limit or Mob limit
|
||||||
* @param world - world where this tab is being used
|
* @param world - world where this tab is being used
|
||||||
|
@ -330,7 +330,7 @@ public class IslandsManager {
|
|||||||
* the team island is returned.
|
* the team island is returned.
|
||||||
*
|
*
|
||||||
* @param world world to check
|
* @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
|
* @return List of islands or empty list if none found for user
|
||||||
*/
|
*/
|
||||||
@NonNull
|
@NonNull
|
||||||
|
@ -49,7 +49,6 @@ public class SettingsTab implements Tab, ClickHandler {
|
|||||||
/**
|
/**
|
||||||
* Show a tab of settings
|
* Show a tab of settings
|
||||||
* @param user - user who is viewing the tab
|
* @param user - user who is viewing the tab
|
||||||
* @param island - the island
|
|
||||||
* @param type - flag type
|
* @param type - flag type
|
||||||
*/
|
*/
|
||||||
public SettingsTab(User user, Type type) {
|
public SettingsTab(User user, Type type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user