mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 03:08:04 +01:00
Remove unnecessary NotNull annotation
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user