Skip to content

Commit

Permalink
NumberFormat is nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Jun 21, 2024
1 parent e08342f commit 3a31ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface Objective {
@Nullable
NumberFormat getNumberFormat();

void setNumberFormat(@NotNull NumberFormat numberFormat);
void setNumberFormat(@Nullable NumberFormat numberFormat);

@NotNull
Score.Builder scoreBuilder(@NotNull String holder);
Expand Down

0 comments on commit 3a31ab3

Please sign in to comment.