resolve conflicts

This commit is contained in:
Grahame Grieve 2020-10-30 06:48:22 +11:00
commit 7b4668d5c8
1 changed files with 2 additions and 2 deletions

View File

@ -254,12 +254,12 @@ public class CliContext {
return this; return this;
} }
@JsonProperty("output") @JsonProperty("htmlOutput")
public String getHtmlOutput() { public String getHtmlOutput() {
return htmlOutput; return htmlOutput;
} }
@JsonProperty("output") @JsonProperty("htmlOutput")
public CliContext setHtmlOutput(String htmlOutput) { public CliContext setHtmlOutput(String htmlOutput) {
this.htmlOutput = htmlOutput; this.htmlOutput = htmlOutput;
return this; return this;