Changed all set classes to final

This commit is contained in:
Evan Kranzler 2018-05-21 11:20:15 -04:00
parent 889662b741
commit 92a6bd4748
207 changed files with 12396 additions and 12396 deletions

View file

@ -35,7 +35,7 @@ import mage.constants.SetType;
*
* @author fireshoes
*/
public class EuropeanLandProgram extends ExpansionSet {
public final class EuropeanLandProgram extends ExpansionSet {
private static final EuropeanLandProgram instance = new EuropeanLandProgram();