From d8bbe459b97082f74e674550ce503a965322d683 Mon Sep 17 00:00:00 2001 From: TfT_02 Date: Wed, 7 Aug 2013 00:15:51 +0200 Subject: [PATCH] Fix minor Javadoc errors --- src/main/java/com/gmail/nossr50/party/PartyManager.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/gmail/nossr50/party/PartyManager.java b/src/main/java/com/gmail/nossr50/party/PartyManager.java index 7c286c3cb..5ba5f4dd9 100644 --- a/src/main/java/com/gmail/nossr50/party/PartyManager.java +++ b/src/main/java/com/gmail/nossr50/party/PartyManager.java @@ -298,7 +298,7 @@ public final class PartyManager { /** * Accept a party invitation * - * @param Player The plaer to add to the party + * @param player The player to add to the party * @param mcMMOPlayer The player to add to the party */ public static void joinInvitedParty(Player player, McMMOPlayer mcMMOPlayer) { @@ -320,7 +320,7 @@ public final class PartyManager { /** * Add a player to a party * - * @param player The player to add to a party + * @param playerName The name of the player to add to a party * @param mcMMOPlayer The player to add to the party * @param party The party */ @@ -379,7 +379,7 @@ public final class PartyManager { * Check if a player can invite others to his party. * * @param player The player to check - * @param mcMMOPlayer The player to check + * @param party The party to check * @return true if the player can invite */ public static boolean canInvite(Player player, Party party) {