mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -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 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)
|
||||
|
Reference in New Issue
Block a user