Mark boost and subscription configuration as not null
This commit is contained in:
parent
a52c91a665
commit
ae7f8af03e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue