rewrote singleton to enum where applicable

This commit is contained in:
ingmargoudt 2017-03-14 16:31:57 +01:00
parent 3b62489ef5
commit 234cfe9519
872 changed files with 1796 additions and 2135 deletions

View file

@ -39,10 +39,10 @@ import mage.constants.SetType;
*/
public class Magic2012 extends ExpansionSet {
private static final Magic2012 fINSTANCE = new Magic2012();
private static final Magic2012 instance = new Magic2012();
public static Magic2012 getInstance() {
return fINSTANCE;
return instance;
}
private Magic2012() {