Skip to content

Commit

Permalink
fix wrong Nonnull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Dec 19, 2024
1 parent 09f68fb commit b680400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface ModalInteraction extends IReplyCallback, IMessageEditCallback,
{

@Override
@NotNull
@Nonnull
default String getCustomId()
{
return getModalId();
Expand Down

0 comments on commit b680400

Please sign in to comment.