mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fix javadoc HTML error with properly escaped symbols - SPIGOT-935
This commit is contained in:
parent
b465559cb5
commit
15a3ac1c20
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…
Add table
Reference in a new issue