mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
rewrote singleton to enum where applicable
This commit is contained in:
parent
3b62489ef5
commit
234cfe9519
872 changed files with 1796 additions and 2135 deletions
|
|
@ -38,10 +38,10 @@ import mage.cards.CardGraphicInfo;
|
|||
*/
|
||||
public class Theros extends ExpansionSet {
|
||||
|
||||
private static final Theros fINSTANCE = new Theros();
|
||||
private static final Theros instance = new Theros();
|
||||
|
||||
public static Theros getInstance() {
|
||||
return fINSTANCE;
|
||||
return instance;
|
||||
}
|
||||
|
||||
private Theros() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue