SPIGOT-6188: Javadoc typo on SkullMeta getOwner()

This commit is contained in:
md_5 2020-10-17 17:33:42 +11:00
parent e461dcfe42
commit 9165c3c0b0
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -13,7 +13,7 @@ public interface SkullMeta extends ItemMeta {
* Gets the owner of the skull.
*
* @return the owner if the skull
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
* @deprecated see {@link #getOwningPlayer()}.
*/
@Deprecated
@Nullable