Remove unneeded @ throws from team javadocs (#6491)

This commit is contained in:
Jake Potrebic 2021-08-26 12:56:31 -07:00
parent 17600721ea
commit 7247c2b0ab

View File

@ -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
+ */