mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix merge
This commit is contained in:
parent
6bb478c342
commit
8fd6eb6313
2 changed files with 7 additions and 8 deletions
|
@ -5,7 +5,6 @@ import mage.constants.Rarity;
|
||||||
import mage.constants.SetType;
|
import mage.constants.SetType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* @author TheElk801
|
* @author TheElk801
|
||||||
*/
|
*/
|
||||||
public final class Battlebond extends ExpansionSet {
|
public final class Battlebond extends ExpansionSet {
|
||||||
|
|
|
@ -277,7 +277,7 @@ public class VerifyCardDataTest {
|
||||||
printMessages(list, true);
|
printMessages(list, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String extractShortClass(Class<? extends TokenImpl> tokenClass) {
|
private String extractShortClass(Class<? extends Object> tokenClass) {
|
||||||
String origin = tokenClass.getName();
|
String origin = tokenClass.getName();
|
||||||
if (origin.contains("$")) {
|
if (origin.contains("$")) {
|
||||||
// inner classes, example: mage.cards.f.FigureOfDestiny$FigureOfDestinyToken3
|
// inner classes, example: mage.cards.f.FigureOfDestiny$FigureOfDestinyToken3
|
||||||
|
|
Loading…
Reference in a new issue