mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
SPIGOT-7964: Fix typo in Deprecation annotation
This commit is contained in:
parent
d14119af7e
commit
9db034578d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public interface Skull extends TileState {
|
|||
* @return true if the owner was successfully set
|
||||
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
|
||||
*/
|
||||
@Deprecated(since = "1.94")
|
||||
@Deprecated(since = "1.9.4")
|
||||
@Contract("null -> false")
|
||||
public boolean setOwner(@Nullable String name);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue