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