Fix merge

This commit is contained in:
Oleg Agafonov 2018-10-03 22:43:13 +04:00
parent 6bb478c342
commit 8fd6eb6313
2 changed files with 7 additions and 8 deletions

View file

@ -5,7 +5,6 @@ import mage.constants.Rarity;
import mage.constants.SetType;
/**
*
* @author TheElk801
*/
public final class Battlebond extends ExpansionSet {

View file

@ -277,7 +277,7 @@ public class VerifyCardDataTest {
printMessages(list, true);
}
private String extractShortClass(Class<? extends TokenImpl> tokenClass) {
private String extractShortClass(Class<? extends Object> tokenClass) {
String origin = tokenClass.getName();
if (origin.contains("$")) {
// inner classes, example: mage.cards.f.FigureOfDestiny$FigureOfDestinyToken3