Fix duplicate txServer getters and setters
This commit is contained in:
parent
743b2fb33f
commit
2c2e935f0a
|
@ -247,12 +247,12 @@ public class CliContext {
|
|||
return this;
|
||||
}
|
||||
|
||||
@JsonProperty("txServer")
|
||||
@JsonProperty("noEcosystem")
|
||||
public boolean getNoEcosystem() {
|
||||
return noEcosystem;
|
||||
}
|
||||
|
||||
@JsonProperty("txServer")
|
||||
@JsonProperty("noEcosystem")
|
||||
public CliContext setNoEcosystem(boolean noEcosystem) {
|
||||
this.noEcosystem = noEcosystem;
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue