Modifier order consistency

This commit is contained in:
Iaccidentally 2014-02-04 11:11:43 -05:00
parent 20ff61909f
commit 518650e842
22 changed files with 38 additions and 38 deletions

View file

@ -24,8 +24,8 @@ import org.bukkit.potion.PotionEffectType;
public class MetaItemStack
{
private final static Map<String, DyeColor> colorMap = new HashMap<String, DyeColor>();
private final static Map<String, FireworkEffect.Type> fireworkShape = new HashMap<String, FireworkEffect.Type>();
private static final Map<String, DyeColor> colorMap = new HashMap<String, DyeColor>();
private static final Map<String, FireworkEffect.Type> fireworkShape = new HashMap<String, FireworkEffect.Type>();
static
{
for (DyeColor color : DyeColor.values())