Fix the Javadocs

This commit is contained in:
GJ 2012-06-05 11:05:51 -04:00
parent 1d7d2cd52e
commit b8be1d1866

View File

@ -44,7 +44,6 @@ public class Combat {
* Apply combat modifiers and process and XP gain. * Apply combat modifiers and process and XP gain.
* *
* @param event The event to run the combat checks on. * @param event The event to run the combat checks on.
* @param plugin mcMMO plugin instance
*/ */
public static void combatChecks(EntityDamageByEntityEvent event) { public static void combatChecks(EntityDamageByEntityEvent event) {
if (event.getDamage() == 0 || event.getEntity().isDead()) { if (event.getDamage() == 0 || event.getEntity().isDead()) {
@ -450,7 +449,6 @@ public class Combat {
* @param PP The player's PlayerProfile * @param PP The player's PlayerProfile
* @param target The defending entity * @param target The defending entity
* @param skillType The skill being used * @param skillType The skill being used
* @param plugin mcMMO plugin instance
*/ */
public static void startGainXp(Player attacker, PlayerProfile PP, LivingEntity target, SkillType skillType) { public static void startGainXp(Player attacker, PlayerProfile PP, LivingEntity target, SkillType skillType) {
double baseXP = 0; double baseXP = 0;