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) {