Remove incorrect throws javadoc in Team (#7869)
This commit is contained in:
@@ -4122,8 +4122,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ * Sets the name displayed to entries for this team
|
+ * Sets the name displayed to entries for this team
|
||||||
+ *
|
+ *
|
||||||
+ * @param displayName New display name
|
+ * @param displayName New display name
|
||||||
+ * @throws IllegalArgumentException if displayName is longer than 128
|
|
||||||
+ * characters.
|
|
||||||
+ * @throws IllegalStateException if this team has been unregistered
|
+ * @throws IllegalStateException if this team has been unregistered
|
||||||
+ */
|
+ */
|
||||||
+ void displayName(@Nullable net.kyori.adventure.text.Component displayName) throws IllegalStateException, IllegalArgumentException;
|
+ void displayName(@Nullable net.kyori.adventure.text.Component displayName) throws IllegalStateException, IllegalArgumentException;
|
||||||
|
|||||||
Reference in New Issue
Block a user