diff --git a/forge-gui/src/main/java/forge/match/input/InputPayMana.java b/forge-gui/src/main/java/forge/match/input/InputPayMana.java index 85c21a9fae9..a31d86761cc 100644 --- a/forge-gui/src/main/java/forge/match/input/InputPayMana.java +++ b/forge-gui/src/main/java/forge/match/input/InputPayMana.java @@ -127,19 +127,6 @@ public abstract class InputPayMana extends InputSyncronizedBase { showMessage(); } - /** - *
- * activateManaAbility. - *
- * - * @param sa - * a {@link forge.game.spellability.SpellAbility} object. - * @param card - * a {@link forge.game.card.Card} object. - * @param manaCost - * a {@link forge.game.mana.ManaCostBeingPaid} object. - * @return a {@link forge.game.mana.ManaCostBeingPaid} object. - */ protected boolean activateManaAbility(final Card card, ManaCostBeingPaid manaCost) { return activateManaAbility(card, manaCost, null); } @@ -168,7 +155,7 @@ public abstract class InputPayMana extends InputSyncronizedBase { if (colorCanUse == 0) { // no mana cost or something return false; } - + List- * canMake. color is like "G", returns "Green". - *
- * - * @param am - * a {@link forge.card.spellability.AbilityMana} object. - * @param mana - * a {@link java.lang.String} object. - * @return a boolean. - */ private static boolean abilityProducesManaColor(final SpellAbility am, AbilityManaPart m, final byte neededColor) { if (0 != (neededColor & ManaAtom.COLORLESS)) { return true; @@ -349,7 +325,6 @@ public abstract class InputPayMana extends InputSyncronizedBase { player.runWithController(proc, new PlayerControllerAi(game, player, player.getOriginalLobbyPlayer())); } - /** {@inheritDoc} */ @Override protected void onOk() { if (supportAutoPay()) { @@ -401,7 +376,6 @@ public abstract class InputPayMana extends InputSyncronizedBase { showMessage(getMessage()); } - /** {@inheritDoc} */ @Override public void showMessage() { if (isFinished()) { return; }