Skip to content

Commit

Permalink
Remove unnecessary NotNull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine-signal committed Oct 31, 2024
1 parent e627d4e commit bf741df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public record KeyTransparencySearchRequest(
@Schema(description = "The non-distinguished tree head size to prove consistency against.")
Optional<@Positive Long> lastTreeHeadSize,

@NotNull
@Schema(description = "The distinguished tree head size to prove consistency against.")
@Positive long distinguishedTreeHeadSize
) {
Expand Down

0 comments on commit bf741df

Please sign in to comment.