I totally missed this on the code review, and it is entirely my fault. (#369)

This commit is contained in:
Mark Iantorno 2020-10-29 12:05:07 -04:00 committed by GitHub
parent c5255a0f80
commit 7a668bff52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;