mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
Remove unneeded @ throws from team javadocs (#6491)
This commit is contained in:
parent
17600721ea
commit
7247c2b0ab
@ -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
|
||||
+ */
|
||||
|
Loading…
Reference in New Issue
Block a user