forked from External/mage
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.constants.SetType;
|
|||
*/
|
||||
public class EuropeanLandProgram extends ExpansionSet {
|
||||
|
||||
private static final EuropeanLandProgram fINSTANCE = new EuropeanLandProgram();
|
||||
private static final EuropeanLandProgram instance = new EuropeanLandProgram();
|
||||
|
||||
public static EuropeanLandProgram getInstance() {
|
||||
return fINSTANCE;
|
||||
return instance;
|
||||
}
|
||||
|
||||
private EuropeanLandProgram() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue