mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-23 15:29:34 +01:00
SPIGOT-7964: Fix typo in Deprecation annotation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0023e5549a
commit
0381154988
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
|
* @return true if the owner was successfully set
|
||||||
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
|
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "1.94")
|
@Deprecated(since = "1.9.4")
|
||||||
@Contract("null -> false")
|
@Contract("null -> false")
|
||||||
public boolean setOwner(@Nullable String name);
|
public boolean setOwner(@Nullable String name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue