We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df93077 commit b18d3d2Copy full SHA for b18d3d2
src/main/java/org/maxgamer/quickshop/util/Util.java
@@ -582,9 +582,9 @@ public static String getItemStackName(@NotNull ItemStack itemStack) {
582
/**
583
* Check all enchantments on a book and return true if they contain the
584
* nameToMatch
585
- *
586
- * @param itemStack The enchanted book itemstack
587
- * @param String The name of the enchant to check the book for
+ *
+ * @param itemStack The enchanted book itemstack
+ * @param nameToMatch The name of the enchant to check the book for
588
* @return The names of enchants contained on the enchanted book
589
*/
590
@NotNull
0 commit comments