mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 18:55:51 -07:00
Fix javadoc HTML error with properly escaped symbols - SPIGOT-935
By: DemonWav <demonwav@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public interface PlayerInventory extends Inventory {
|
|||||||
*
|
*
|
||||||
* @param index The index where to put the ItemStack
|
* @param index The index where to put the ItemStack
|
||||||
* @param item The ItemStack to set
|
* @param item The ItemStack to set
|
||||||
* @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39
|
* @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39
|
||||||
* @see #setBoots(ItemStack)
|
* @see #setBoots(ItemStack)
|
||||||
* @see #setChestplate(ItemStack)
|
* @see #setChestplate(ItemStack)
|
||||||
* @see #setHelmet(ItemStack)
|
* @see #setHelmet(ItemStack)
|
||||||
|
Reference in New Issue
Block a user