Skip to content

Commit fd30a49

Browse files
committed
make constant package private for annotation
1 parent eb002e5 commit fd30a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/systems/help/commands/UnreserveCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
@AutoDetectableComponentHandler(UnreserveCommand.UNRESERVE_ID)
4040
public class UnreserveCommand extends SlashCommand implements ModalHandler {
41-
private static final String UNRESERVE_ID = "unreserve";
41+
static final String UNRESERVE_ID = "unreserve";
4242
private static final String REASON_ID = "reason";
4343
private final BotConfig botConfig;
4444
private final DbActions dbActions;

0 commit comments

Comments
 (0)