forked from External/mage
Properties can be final in these objects
This commit is contained in:
parent
33b9ec52b0
commit
b626bf6866
5 changed files with 12 additions and 13 deletions
|
|
@ -69,7 +69,7 @@ public class CardUtil {
|
|||
|
||||
private static final String SOURCE_EXILE_ZONE_TEXT = "SourceExileZone";
|
||||
|
||||
static String numberStrings[] = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine",
|
||||
static final String[] numberStrings = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine",
|
||||
"ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "ninteen", "twenty"};
|
||||
|
||||
public static final String[] NON_CHANGELING_SUBTYPES_VALUES = new String[]{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue