Skip to content

Commit

Permalink
Fix incorrect Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed May 24, 2023
1 parent 25dd168 commit bf7eb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/xyz/srnyx/lazylibrary/LazyEmbed.java
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ public LazyEmbed addField(@NotNull String name, @NotNull String value, boolean i
/**
* Adds multiple fields to the embed
*
* @param fields the fields to add
* @param newFields the fields to add
*
* @return this
* @return this
*/
@NotNull
public LazyEmbed addFields(@NotNull Collection<MessageEmbed.Field> newFields) {
Expand Down

0 comments on commit bf7eb21

Please sign in to comment.