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
|
@Valid
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
// TODO: Mark as @NotNull when enabled for production.
|
@NotNull
|
||||||
private SubscriptionConfiguration subscription;
|
private SubscriptionConfiguration subscription;
|
||||||
|
|
||||||
@Valid
|
@Valid
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
// TODO: Mark as @NotNull when enabled for production.
|
@NotNull
|
||||||
private BoostConfiguration boost;
|
private BoostConfiguration boost;
|
||||||
|
|
||||||
@Valid
|
@Valid
|
||||||
|
|
Loading…
Reference in New Issue