Refactor - Rename Override card class to OverrideCard to not conflict with java.lang.Override.

This commit is contained in:
JOAC69 2016-09-23 02:39:57 -05:00
parent d1f18ced96
commit 3e2c3a6ab2
294 changed files with 526 additions and 526 deletions

View file

@ -58,7 +58,7 @@ public class RemoveAllCountersSourceEffect extends OneShotEffect {
return new RemoveAllCountersSourceEffect(this);
}
@java.lang.Override
@Override
public boolean apply(Game game, Ability source) {
Permanent sourcePermanent = game.getPermanent(source.getSourceId());
if (sourcePermanent != null) {