Reordered to Java spec

This commit is contained in:
tastybento 2019-09-26 08:18:46 -07:00
parent d6e4280a44
commit bd34f2c4bc

View File

@ -25,7 +25,7 @@ public class PanelItemBuilder {
/**
* Default icon if someone gives invalid material or item stack.
*/
private final static ItemStack DEFAULT_ICON = new ItemStack(Material.PAPER);
private static final ItemStack DEFAULT_ICON = new ItemStack(Material.PAPER);
public PanelItemBuilder icon(@Nullable Material icon) {