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 LevelX2
*/
public class Theros extends ExpansionSet {
public final class Theros extends ExpansionSet {
private static final Theros instance = new Theros();