1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Apply suggestions from code review

Co-authored-by: svr333 <vanrompaey.senne@protonmail.com>
This commit is contained in:
qwertyuioplkjhgfd 2022-01-12 23:38:15 +00:00 committed by GitHub
parent 72d9e1edd4
commit c038e1ffc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ import org.bukkit.inventory.ItemStack;
/** /**
* The {@link HiddenItem} is a {@link NotConfigurable} {@link SlimefunItem} * The {@link HiddenItem} is a {@link NotConfigurable} {@link SlimefunItem}
* that is hidden from the Slimefun guide. * that is hidden from the Slimefun guide.
*
*/ */
public class HiddenItem extends SlimefunItem implements NotConfigurable { public class HiddenItem extends SlimefunItem implements NotConfigurable {
@ -22,5 +21,4 @@ public class HiddenItem extends SlimefunItem implements NotConfigurable {
super(itemGroup, item, recipeType, recipe); super(itemGroup, item, recipeType, recipe);
this.setHidden(true); this.setHidden(true);
} }
} }