Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Jan 24, 2025
1 parent 84220d4 commit e080b58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public enum ActionBarType {
*/
SUCCESS(CHECKMARK, GREEN);

private final @Nonnull CustomCharacter symbol;
private final @Nonnull NamedTextColor color;
private final CustomCharacter symbol;
private final NamedTextColor color;

@SuppressWarnings("unused")
public TextComponent getPrefix() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public enum MessageType {
*/
INFO_BW(MV_BW, WHITE);

private final @Nonnull CustomCharacter symbol;
private final @Nonnull NamedTextColor color;
private final CustomCharacter symbol;
private final NamedTextColor color;

@SuppressWarnings("unused")
public TextComponent getPrefix() {
Expand Down

0 comments on commit e080b58

Please sign in to comment.