From 7c04e012888192b56d7e7841b0295932c438d930 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Tue, 14 Mar 2023 17:08:41 -0700 Subject: [PATCH] Add missing annotation --- patches/api/Adventure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index 0ca69ee3ce..3a417e3690 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -2527,7 +2527,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + * @return the displayed text + */ -+ net.kyori.adventure.text.Component text(); ++ @NotNull net.kyori.adventure.text.Component text(); + + /** + * Sets the displayed text.