From 4eaa6ab75c40a1689996fc8e53c71d9907edbaa3 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 12:25:39 +0000 Subject: [PATCH] Fixed build issue --- .../src/main/java/com/willfp/eco/core/fast/FastItemStack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/fast/FastItemStack.java b/eco-api/src/main/java/com/willfp/eco/core/fast/FastItemStack.java index 122bb918..915c16d1 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/fast/FastItemStack.java +++ b/eco-api/src/main/java/com/willfp/eco/core/fast/FastItemStack.java @@ -22,7 +22,7 @@ public interface FastItemStack { * * @param checkStored If stored NBT should also be checked. * @return A map of all enchantments. - * @deprecated Poorly named method. Use {@link this#getEnchants(boolean)} instead. + * @deprecated Poorly named method. Use getEnchants instead. */ @Deprecated(since = "6.24.0") default Map getEnchantmentsOnItem(boolean checkStored) {