summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org')
-rw-r--r--src/main/java/org/bukkit/inventory/PlayerInventory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/inventory/PlayerInventory.java b/src/main/java/org/bukkit/inventory/PlayerInventory.java
index 5dd3ae7a..b79a4f02 100644
--- a/src/main/java/org/bukkit/inventory/PlayerInventory.java
+++ b/src/main/java/org/bukkit/inventory/PlayerInventory.java
@@ -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 &lt; 0 || index &gt; 39
* @see #setBoots(ItemStack)
* @see #setChestplate(ItemStack)
* @see #setHelmet(ItemStack)