Skip to content

Commit

Permalink
Fix minor Javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Jul 9, 2020
1 parent e3c044a commit a03e892
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ public interface IKeyBuilder {
*
* @return the built key(s)
*
* @throws IllegalArgumentException if amount is <= 0
* @throws IllegalArgumentException if amount is {@literal <=} 0
*/
@NotNull
public ItemStack build(int amount);
Expand Down

0 comments on commit a03e892

Please sign in to comment.