mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
SPIGOT-6188: Javadoc typo on SkullMeta getOwner()
This commit is contained in:
parent
e461dcfe42
commit
9165c3c0b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue