updated JavaDoc

This commit is contained in:
Louis Vallat 2020-04-06 19:15:27 +02:00
parent eec88b2bec
commit 42bbfb5f0d

View File

@ -338,7 +338,8 @@ public class BackHome extends JavaPlugin implements Listener, TabCompleter {
/**
* Add a home to a player.
*
* @param name name for the new home
* @param player the player
* @param name name for the new home
* @throws SQLException if there were a SQL exception.
*/
private void addHome(Player player, String name) throws SQLException {
@ -370,6 +371,7 @@ public class BackHome extends JavaPlugin implements Listener, TabCompleter {
/**
* Add a back for a player.
*
* @param player the player that needs a back.
* @throws SQLException if an SQL error occured.
*/
private void addBack(Player player) throws SQLException {
@ -400,6 +402,7 @@ public class BackHome extends JavaPlugin implements Listener, TabCompleter {
* Remove a home from a player.
*
* @param backedPlayer the player that is being backed.
* @param homeName the home name.
* @throws SQLException if there were a SQL problem
*/
private void removeHome(UUID backedPlayer, String homeName) throws SQLException {