SPIGOT-6188: Javadoc typo on SkullMeta getOwner()

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-10-17 17:33:42 +11:00
parent 54b0a6d645
commit 41c261923a

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