Skip to content

Commit a908feb

Browse files
Made FormatCodeCommand#buildActionRow package-private
1 parent db2bf9b commit a908feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/user_commands/format_code/FormatCodeCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public FormatCodeCommand() {
5454
}
5555

5656
@Contract("_ -> new")
57-
protected static @NotNull ActionRow buildActionRow(@NotNull Message target) {
57+
static @NotNull ActionRow buildActionRow(@NotNull Message target) {
5858
return ActionRow.of(Button.secondary(InteractionUtils.DELETE_ORIGINAL_TEMPLATE, "\uD83D\uDDD1️"),
5959
Button.link(target.getJumpUrl(), "View Original"));
6060
}

0 commit comments

Comments
 (0)