mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Remove static placed by IDE
This commit is contained in:
parent
3033dfecc4
commit
47b96e5411
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ import mage.util.RandomUtil;
|
|||
*/
|
||||
public abstract class ExpansionSet implements Serializable {
|
||||
|
||||
public static class SetCardInfo implements Serializable {
|
||||
public class SetCardInfo implements Serializable {
|
||||
|
||||
private final String name;
|
||||
private final String cardNumber;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue