Use a default `reportMessage` configuration if not specified
This commit is contained in:
parent
07cd69ab34
commit
598599cd14
|
@ -328,7 +328,7 @@ public class WhisperServerConfiguration extends Configuration {
|
||||||
@Valid
|
@Valid
|
||||||
@NotNull
|
@NotNull
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
private ReportMessageConfiguration reportMessage;
|
private ReportMessageConfiguration reportMessage = new ReportMessageConfiguration();
|
||||||
|
|
||||||
private Map<String, String> transparentDataIndex = new HashMap<>();
|
private Map<String, String> transparentDataIndex = new HashMap<>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue