From 9ae651a1038c50890e6a5d2f4adf793731beca06 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Thu, 2 Jun 2022 22:05:42 -0700 Subject: [PATCH] Remove incorrect throws javadoc in Team (#7869) --- patches/api/Adventure.patch | 2 -- 1 file changed, 2 deletions(-) diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index 3e056cf4c4..e2e56b69c5 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -4122,8 +4122,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * Sets the name displayed to entries for this team + * + * @param displayName New display name -+ * @throws IllegalArgumentException if displayName is longer than 128 -+ * characters. + * @throws IllegalStateException if this team has been unregistered + */ + void displayName(@Nullable net.kyori.adventure.text.Component displayName) throws IllegalStateException, IllegalArgumentException;