mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 02:58:04 +01:00
Mark boost and subscription configuration as not null
This commit is contained in:
@@ -317,12 +317,12 @@ public class WhisperServerConfiguration extends Configuration {
|
||||
|
||||
@Valid
|
||||
@JsonProperty
|
||||
// TODO: Mark as @NotNull when enabled for production.
|
||||
@NotNull
|
||||
private SubscriptionConfiguration subscription;
|
||||
|
||||
@Valid
|
||||
@JsonProperty
|
||||
// TODO: Mark as @NotNull when enabled for production.
|
||||
@NotNull
|
||||
private BoostConfiguration boost;
|
||||
|
||||
@Valid
|
||||
|
||||
Reference in New Issue
Block a user