1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 02:34:30 +01:00

Remove incorrect throws javadoc in Team ()

This commit is contained in:
Jake Potrebic 2022-06-02 22:05:42 -07:00
parent 5ba2f654eb
commit 9ae651a103

View file

@ -4122,8 +4122,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * Sets the name displayed to entries for this team
+ *
+ * @param displayName New display name
+ * @throws IllegalArgumentException if displayName is longer than 128
+ * characters.
+ * @throws IllegalStateException if this team has been unregistered
+ */
+ void displayName(@Nullable net.kyori.adventure.text.Component displayName) throws IllegalStateException, IllegalArgumentException;