forked from External/mage
code style: private static final
This commit is contained in:
parent
ef3be3987b
commit
45b54e8cc4
13 changed files with 20 additions and 22 deletions
|
|
@ -1390,7 +1390,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
final public List<CardIcon> getIcons() {
|
||||
public final List<CardIcon> getIcons() {
|
||||
return getIcons(null);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue