Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
bf842f0181
|
@ -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