mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Fix javadoc
This commit is contained in:
parent
77e3d3e158
commit
d943e42150
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * The Sign must be in the same world as the player.
|
||||
*
|
||||
* @param sign The sign to edit
|
||||
+ * @deprecated use {@link #openSign(Sign, Side))}
|
||||
+ * @deprecated use {@link #openSign(Sign, Side)}
|
||||
*/
|
||||
+ @Deprecated
|
||||
public void openSign(@NotNull Sign sign);
|
||||
|
|
Loading…
Add table
Reference in a new issue