Skip to content

Commit 4b144d6

Browse files
committed
Applied splotless and fixed empty @return in Javadoc
1 parent 8d2f5a9 commit 4b144d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • application/src/main/java/org/togetherjava/tjbot/commands/moderation

application/src/main/java/org/togetherjava/tjbot/commands/moderation/WhoIsCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void onSlashCommand(@NotNull final SlashCommandEvent event) {
145145
* @param user the {@link User} getting whois'd
146146
* @param profile the {@link net.dv8tion.jda.api.entities.User.Profile} of the whois'd user
147147
* @param effectiveColor the {@link Color} that the embed will become
148-
* @return
148+
* @return the generated {@link EmbedBuilder}
149149
*/
150150
private static @NotNull EmbedBuilder generateEmbedBuilder(
151151
@NotNull final SlashCommandEvent event, @NotNull final User user,
@@ -261,4 +261,4 @@ private static String formatUserFlags(final @NotNull Collection<User.UserFlag> f
261261
.filter(name -> (name.contains("Hypesquad")))
262262
.collect(Collectors.joining(", "));
263263
}
264-
}
264+
}

0 commit comments

Comments
 (0)