Remove unnecessary `NotNull` annotation

This commit is contained in:
Katherine Yen 2024-10-31 10:56:19 -04:00
parent e627d4e2c4
commit bf741df38e
1 changed files with 0 additions and 1 deletions

View File

@ -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
) {