Skip to content

Commit b18d3d2

Browse files
Fix javadoc for isBookEnchantmentsMatched method
1 parent df93077 commit b18d3d2

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/org/maxgamer/quickshop/util

1 file changed

+3
-3
lines changed

src/main/java/org/maxgamer/quickshop/util/Util.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,9 @@ public static String getItemStackName(@NotNull ItemStack itemStack) {
582582
/**
583583
* Check all enchantments on a book and return true if they contain the
584584
* nameToMatch
585-
*
586-
* @param itemStack The enchanted book itemstack
587-
* @param String The name of the enchant to check the book for
585+
*
586+
* @param itemStack The enchanted book itemstack
587+
* @param nameToMatch The name of the enchant to check the book for
588588
* @return The names of enchants contained on the enchanted book
589589
*/
590590
@NotNull

0 commit comments

Comments
 (0)