forked from External/mage
add missing diamond operators
This commit is contained in:
parent
45f665eb1d
commit
553d263526
20 changed files with 24 additions and 24 deletions
|
|
@ -30,7 +30,7 @@ import java.util.UUID;
|
|||
public abstract class Designation implements MageObject {
|
||||
|
||||
private static EnumSet emptySet = EnumSet.noneOf(CardType.class);
|
||||
private static List emptyList = new ArrayList();
|
||||
private static List emptyList = new ArrayList<>();
|
||||
private static ObjectColor emptyColor = new ObjectColor();
|
||||
private static ManaCostsImpl emptyCost = new ManaCostsImpl();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue