Skip to content

Commit 698df74

Browse files
committed
Updated formatting
1 parent 3e37c23 commit 698df74

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • src/main/java/com/gmail/filoghost/chestcommands/api

src/main/java/com/gmail/filoghost/chestcommands/api/Icon.java

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,8 @@ public class Icon {
4141

4242
private Set<Variable> nameVariables;
4343
private Map<Integer, Set<Variable>> loreVariables;
44-
private ItemStack cachedItem; // When
45-
// there
46-
// are
47-
// no
48-
// variables,
49-
// we
50-
// don't
51-
// recreate
52-
// the
53-
// item.
44+
// When there are no variables, we don't recreate the item.
45+
private ItemStack cachedItem;
5446

5547
public Icon() {
5648
enchantments = new HashMap<Enchantment, Integer>();

0 commit comments

Comments
 (0)