resolve conflicts
This commit is contained in:
commit
7b4668d5c8
|
@ -254,12 +254,12 @@ public class CliContext {
|
|||
return this;
|
||||
}
|
||||
|
||||
@JsonProperty("output")
|
||||
@JsonProperty("htmlOutput")
|
||||
public String getHtmlOutput() {
|
||||
return htmlOutput;
|
||||
}
|
||||
|
||||
@JsonProperty("output")
|
||||
@JsonProperty("htmlOutput")
|
||||
public CliContext setHtmlOutput(String htmlOutput) {
|
||||
this.htmlOutput = htmlOutput;
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue