I totally missed this on the code review, and it is entirely my fault. (#369)
This commit is contained in:
parent
c5255a0f80
commit
7a668bff52
|
@ -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