Fixed compilation errors.

This commit is contained in:
maurer.it 2010-12-29 14:55:45 -05:00
parent 4653a53078
commit 3d1688f851

View file

@ -48,7 +48,7 @@ public class AbilityView extends CardView {
this.sourceName = sourceName; this.sourceName = sourceName;
this.sourceCard = sourceCard; this.sourceCard = sourceCard;
this.rules = new ArrayList<String>(); this.rules = new ArrayList<String>();
rules.add(ability.getRule(sourceName)); rules.add(ability.getRule());
this.power = ""; this.power = "";
this.toughness = ""; this.toughness = "";
this.loyalty = ""; this.loyalty = "";