Fix JavaDoc typo in ItemStack#getAmount

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-07-24 10:12:29 +10:00
parent ef8af07cbe
commit f0bfb0fdf7

View file

@ -205,7 +205,7 @@ public class ItemStack implements Cloneable, ConfigurationSerializable {
/** /**
* Gets the amount of items in this stack * Gets the amount of items in this stack
* *
* @return Amount of items in this stick * @return Amount of items in this stack
*/ */
public int getAmount() { public int getAmount() {
return amount; return amount;