From 7247c2b0abd89f895c4e253843292e6cb1a8b238 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Thu, 26 Aug 2021 12:56:31 -0700 Subject: [PATCH] Remove unneeded @ throws from team javadocs (#6491) --- patches/api/Adventure.patch | 2 -- 1 file changed, 2 deletions(-) diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index e3b5eb8366..841203b8e1 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -3706,7 +3706,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + * @param prefix New prefix + * @throws IllegalArgumentException if prefix is null -+ * @throws IllegalArgumentException if prefix is longer than 64 + * characters + * @throws IllegalStateException if this team has been unregistered + */ @@ -3725,7 +3724,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + * @param suffix the new suffix for this team. + * @throws IllegalArgumentException if suffix is null -+ * @throws IllegalArgumentException if suffix is longer than 64 + * characters + * @throws IllegalStateException if this team has been unregistered + */