SPIGOT-7964: Fix typo in Deprecation annotation

This commit is contained in:
md_5 2024-11-25 20:01:43 +11:00
parent d14119af7e
commit 9db034578d
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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);