13
0
geforkt von Mirrors/Paper

Fix JavaDoc typo in ItemStack#getAmount

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-07-24 10:12:29 +10:00
Ursprung ef8af07cbe
Commit f0bfb0fdf7

Datei anzeigen

@ -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;