From d943e421502dd5eb1d4aae82e7d3ddfce236f771 Mon Sep 17 00:00:00 2001 From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com> Date: Thu, 8 Jun 2023 22:53:42 -0400 Subject: [PATCH] Fix javadoc --- patches/api/Add-openSign-method-to-HumanEntity.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Add-openSign-method-to-HumanEntity.patch b/patches/api/Add-openSign-method-to-HumanEntity.patch index a78f3970e9..15bd7f6d14 100644 --- a/patches/api/Add-openSign-method-to-HumanEntity.patch +++ b/patches/api/Add-openSign-method-to-HumanEntity.patch @@ -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);