make some fields final

This commit is contained in:
Ingmar Goudt 2018-09-28 15:18:54 +02:00
parent f4d9c98df7
commit 3653e09ce4
8 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@ import mage.util.CardUtil;
*/
public class ChooseOpponentEffect extends OneShotEffect {
public static String VALUE_KEY = "_opponent";
public static final String VALUE_KEY = "_opponent";
public ChooseOpponentEffect(Outcome outcome) {
super(outcome);