mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
Fix JavaDoc typo in ItemStack#getAmount
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ef8af07cbe
commit
f0bfb0fdf7
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ public class ItemStack implements Cloneable, ConfigurationSerializable {
|
|||
/**
|
||||
* 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() {
|
||||
return amount;
|
||||
|
|
Loading…
Reference in a new issue