JavaDoc fixes

This commit is contained in:
tastybento 2024-01-14 18:57:37 -08:00
parent cc7b1eba4c
commit ce4d8a377e
4 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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) {