mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 20:33:52 -07:00
Remove unneeded @ throws from team javadocs (#6491)
This commit is contained in:
@@ -3706,7 +3706,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ *
|
+ *
|
||||||
+ * @param prefix New prefix
|
+ * @param prefix New prefix
|
||||||
+ * @throws IllegalArgumentException if prefix is null
|
+ * @throws IllegalArgumentException if prefix is null
|
||||||
+ * @throws IllegalArgumentException if prefix is longer than 64
|
|
||||||
+ * characters
|
+ * characters
|
||||||
+ * @throws IllegalStateException if this team has been unregistered
|
+ * @throws IllegalStateException if this team has been unregistered
|
||||||
+ */
|
+ */
|
||||||
@@ -3725,7 +3724,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ *
|
+ *
|
||||||
+ * @param suffix the new suffix for this team.
|
+ * @param suffix the new suffix for this team.
|
||||||
+ * @throws IllegalArgumentException if suffix is null
|
+ * @throws IllegalArgumentException if suffix is null
|
||||||
+ * @throws IllegalArgumentException if suffix is longer than 64
|
|
||||||
+ * characters
|
+ * characters
|
||||||
+ * @throws IllegalStateException if this team has been unregistered
|
+ * @throws IllegalStateException if this team has been unregistered
|
||||||
+ */
|
+ */
|
||||||
|
Reference in New Issue
Block a user