fixed constant imports in templates

This commit is contained in:
North 2013-06-16 12:39:03 +03:00
parent 0bb110be45
commit 179f7200ec
2 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@
package mage.sets.[=$set=]; package mage.sets.[=$set=];
import java.util.UUID; import java.util.UUID;
import mage.Constants.CardType; import mage.constants.CardType;
import mage.Constants.Rarity;[= import mage.constants.Rarity;[=
if ($power || $power eq 0) { if ($power || $power eq 0) {
$OUT .= "\nimport mage.MageInt;" $OUT .= "\nimport mage.MageInt;"
} }

View file

@ -27,7 +27,7 @@
*/ */
package mage.sets.[=$set=]; package mage.sets.[=$set=];
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.Constants.Rarity;"}=] import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.constants.Rarity;"}=]
/** /**
* *