Fix javadoc HTML error with properly escaped symbols - SPIGOT-935

By: DemonWav <demonwav@gmail.com>
This commit is contained in:
Bukkit/Spigot 2015-05-28 03:32:25 -05:00
parent 4dea166df4
commit 6a0e7d89a8

View file

@ -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 &lt; 0 || index &gt; 39
* @see #setBoots(ItemStack) * @see #setBoots(ItemStack)
* @see #setChestplate(ItemStack) * @see #setChestplate(ItemStack)
* @see #setHelmet(ItemStack) * @see #setHelmet(ItemStack)