mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
Fix javadoc HTML error with properly escaped symbols - SPIGOT-935
By: DemonWav <demonwav@gmail.com>
This commit is contained in:
parent
4dea166df4
commit
6a0e7d89a8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public interface PlayerInventory extends Inventory {
|
|||
*
|
||||
* @param index The index where to put the ItemStack
|
||||
* @param item The ItemStack to set
|
||||
* @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39
|
||||
* @throws ArrayIndexOutOfBoundsException when index < 0 || index > 39
|
||||
* @see #setBoots(ItemStack)
|
||||
* @see #setChestplate(ItemStack)
|
||||
* @see #setHelmet(ItemStack)
|
||||
|
|
Loading…
Reference in a new issue