resolve conflicts
This commit is contained in:
commit
7b4668d5c8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue