forked from External/mage
Sonar fixes
This commit is contained in:
parent
1621704b12
commit
178da75e4d
39 changed files with 97 additions and 79 deletions
|
|
@ -50,9 +50,9 @@ public class CardView extends SimpleCardView implements SelectableObjectView {
|
|||
@Expose
|
||||
protected String loyalty = "";
|
||||
protected String startingLoyalty;
|
||||
protected EnumSet<CardType> cardTypes;
|
||||
protected Set<CardType> cardTypes;
|
||||
protected SubTypeList subTypes;
|
||||
protected EnumSet<SuperType> superTypes;
|
||||
protected Set<SuperType> superTypes;
|
||||
protected ObjectColor color;
|
||||
protected ObjectColor frameColor;
|
||||
protected FrameStyle frameStyle;
|
||||
|
|
@ -731,7 +731,7 @@ public class CardView extends SimpleCardView implements SelectableObjectView {
|
|||
return subTypes;
|
||||
}
|
||||
|
||||
public EnumSet<SuperType> getSuperTypes() {
|
||||
public Set<SuperType> getSuperTypes() {
|
||||
return superTypes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue