Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
bab1fe063d
|
@ -67,7 +67,7 @@ public class ValidationOptions {
|
||||||
|
|
||||||
public ValidationOptions guessSystem() {
|
public ValidationOptions guessSystem() {
|
||||||
ValidationOptions n = this.copy();
|
ValidationOptions n = this.copy();
|
||||||
n.guessSystem = false;
|
n.guessSystem = true;
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue